/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install ZSH.
brew install zsh zsh-completions
- Install OH MY ZSH.
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Change to ZSH default.
chsh -s /bin/zsh
- Install Node.js
brew install node
- Install Bower
sudo npm install -g bower
- Get your repo!
gcl my_rep0_here
- Install deps
npm install && bower install