Skip to content

Instantly share code, notes, and snippets.

@justinribeiro
Last active February 8, 2016 19:58
Show Gist options
  • Save justinribeiro/61c333313220ef4a153c to your computer and use it in GitHub Desktop.
Save justinribeiro/61c333313220ef4a153c to your computer and use it in GitHub Desktop.
Setting up your ENV

Installing all the things

  1. Install iTerm2

  2. Install Homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. Install ZSH.
brew install zsh zsh-completions
  1. Install OH MY ZSH.
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  1. Change to ZSH default.
chsh -s /bin/zsh
  1. Install Node.js
brew install node
  1. Install Bower
sudo npm install -g bower
  1. Get your repo!
gcl my_rep0_here
  1. Install deps
npm install && bower install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment