###install oh-my-zsh https://ohmyz.sh/#install
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
reference default vimrc here create vimrc
touch ~/.vimrc
add this to remove vim from history in window when closing vim
if &term =~ "ansi"
let &t_ti = "\<Esc>[?47h"
let &t_te = "\<Esc>[?47l"
endif
####Package Control ctrl-shift-p install package control
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
-Material Theme -Fira Code (font) -Preferences Gist (this is coming soon)
ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa [email protected]
Default will look here so you can just do
ssh-copy-id [email protected]