#Dev Env Setup
###Starting with the command line
- Fire up your Terminal
- After you verify that Ruby is installed [
ruby -v], install Homebrew by runningruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"in your terminal - To use Brew to install your desktop applications [Slack, Sublime Text, &c.], run
brew install caskroom/cask/brew-cask- [optional]
brew cask install iterm2and hop over to iTerm2 - [optional] Install oh-my-zsh by running
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"and follow the configuration instructions
- [optional]
- Install node.js & npm using the instructions found here to avoid global package & sudo nonsense