Skip to content

Latest commit

 

History

History
102 lines (82 loc) · 4.24 KB

File metadata and controls

102 lines (82 loc) · 4.24 KB

env_setup

How to set up my dev environment

Ubuntu

In here go to ./ubuntu/ubuntu-fresh.md

Note: How to set up multiple git creds in one computer

~/.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:

a

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 "[]"

windows

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/

mac stuff

probably useless now, so i hid it, but can be uncommented. won't show up on github.