How to setup
iTerm2
See `iterm` folder
Vim
cp -r vim/ ~/.vim
cp vimrc ~/.vimrcInstall goimports: go get golang.org/x/tools/cmd/goimports for gofmt.vim plugin
vimrc was originally from shykes
Fish shell
Install Fish Shell
cp -r config/ ~/.configoh-my-fish
Follow steps here
cp -r oh-my-fish/ ~/.oh-my-fishFish syntax is not fully compatible with bash, so we need foreign-env plugin to reuse ~/.profile
omf install foreign-env

