Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 798 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 798 Bytes

dotfiles

* caps lock as ctrl *and* esc:

    First modify the keyboard config with sudo gedit /etc/default/keyboard and set XKBOPTIONS="ctrl:nocaps" and then in your ~/.xprofile put the single line below.

     ps aux | grep -i '[x]cape' && killall -9 xcape; hash xcape 2>&1 >/dev/null && xcape -e 'Control_L=Escape' -t 100 &

* Install helix from source

* sudo apt install software-properties-common apt-transport-https build-essential git curl zsh ffmpeg mpv stow tmux xdotool wmctrl

* git clone --recursive https://github.com/felipebueno/dotfiles.git ~/dotfiles

* cd ~/dotfiles

* stow emacs

* stow config

* stow etc

TODO

  • Instructions for:

    • gvm & golang stuff

    • android & dart/flutter stuff

    • clang stuff

    • maybe zig & zls stuff?

    • maybe odin stuff?