instll homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
I think we need to just go download it
https://www.iterm2.com/
brew install zsh # install zsh
chsh -s /usr/local/bin/zsh # change shell to use the brew installed zsh
if it returns chsh: /usr/local/bin/zsh: non-standard shell
then add /usr/local/bin/zsh
to the end of the /etc/shells
file. This will also require opening a new shell to see, well, the new shell.
Whatever, oh-my-zsh is fine
curl -L https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | sh
install github gem
gem install github
install MacVim:
brew install macvim --override-system-vim
set up vim configby following this
set ensure_newline_at_eof_on_save to true