Various dotfiles that I want to follow me around between machines
Based on John's Dotfile @ https://github.com/SyntaxStacks/dotfiles.git
git clone https://github.com/writes/dotfiles.git
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
export PATH=/usr/local/bin:$PATH
brew cask install iterm2
brew install vim && macvim
brew unlink vim
brew link macvim
mkdir ~/.vim && mkdir ~/.vim/bundle && mkdir ~/.vim/bundle/colors && touch ~/.vimrc && touch ~/.bash_aliases && touch ~/.bashrc && touch ~/.vimrc && touch ~/.zshrc
brew install rbenv
rbenv init
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cd ~/dotfiles && ./setup.sh
ln -s ~/.vim/bundle/vim-colorschemes/colors ~/.vim/colors
https://github.com/wesbos/Cobalt2-iterm
https://github.com/herrbischoff/cobalt2.vim
https://github.com/powerline/fonts
brew install node
npm install npm@latest -g
brew install nvm