sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install tmux
gem install tmuxinator
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# prefix key + I (to *I*nstall all plugins into directory)
brew install gnupg
curl -sSL https://rvm.io/mpapis.asc | gpg --import -
\curl -sSL https://get.rvm.io | bash -s stable
rvm install ruby-head
rvm use ruby-2.4.0
brew install reattach-to-user-namespace
brew install vim
brew install git
brew install diff-so-fancy
brew install hub
brew install node # comes with npm
brew install z
brew install postgresql # brew services start postgresql
brew install memcached # brew services start memcached
brew install redis # brew services start redis
brew install heroku
brew install the_silver_searcher
gem install bundler