How to set up my dev environment
In here go to ./ubuntu/ubuntu-fresh.md
~/.ssh/config:
Host github.com
IdentityFile ~/.ssh/something_id_ed25519
In the separate from those creds repo:
git config --local core.sshcommand 'ssh -i ~/.ssh/id_ed25519 -F /dev/null'
Gtile settings:
May also have to do this to unset super+alt+up and super+alt+down:
# Note i hand typed these and they might have a typo or smth
gsettings set org.gnome.shell.keybindings shift-overview-up "[]"
gsettings set org.gnome.shell.keybindings shift-overview-down "[]"
to map caps lock to escape install keytweak or some other thing
https://vim.fandom.com/wiki/Map_caps_lock_to_escape_in_Windows
https://www.bleepingcomputer.com/download/keytweak/
probably useless now, so i hid it, but can be uncommented. won't show up on github.
