$ chsh -s $(which zsh)
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
$ cd ~
$ mkdir .config
$ ln -s .dotfiles/.nvim .config/nvim
$ rm .zshrc
$ ln -s .dotfiles/.zshrc .zshrc
So this is still incomplete, and you'll probably notice some missing dependencies if you run my setup as is. Will improve this documentation over time.
$ brew install wget git golang nodejs python3 neovim
$ npm install -g flow-bin elm tern
$ go get -u -v github.com/nsf/gocode
:PlugInstall
:GoInstallBinaries