collection of dot files and other configurations. Most of the paths and files apply for macos system, but should be possible to apply these to other systems / config paths / shells.
move settings.json to ~/Library/Application Support/Code/User/settings.json. Also you can press Cmd+Shift+P and search for "Preferences: Open User Settings (JSON)"
- create seperate rsa token for each user
ssh-keygen -t RSA -b 4096 -C "<email>" - adjust
ssh-configaccordingly and move to~/.ssh/config.
- move
vimrcto~/.vimrc
- move
profileto~/.profile - make sure file is loaded, e.g. put
source ~/.profileinto your~/.zshrc