Dotfiles and profiles I'm using:
- .zshrc - Config for https://github.com/robbyrussell/oh-my-zsh
- iterm2_config.json - Config for https://www.iterm2.com
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
\curl -sSL https://get.rvm.io | bash -s stable --rails
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
brew cask install sublime-text
brew cask install iterm2
brew install thefuck
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh
cd ..
rm -rf fonts
cd
git clone https://github.com/ShurupuS/dotfiles .dotfiles 2> /dev/null || git -C .dotfiles pull
[ -f ~/.zshrc ] && mv ~/.zshrc ~/.zshrc_old
ln -s ~/.dotfiles/.zshrc ~/.zshrc
source ~/.zshrc