* 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
-
Instructions for:
-
gvm & golang stuff
-
android & dart/flutter stuff
-
clang stuff
-
maybe zig & zls stuff?
-
maybe odin stuff?
-