Skip to content

Instantly share code, notes, and snippets.

@masotime
Created November 12, 2012 02:40
Show Gist options
  • Save masotime/4057215 to your computer and use it in GitHub Desktop.
Save masotime/4057215 to your computer and use it in GitHub Desktop.
Quick script to set up yeoman on a Mac
#!/bin/bash
ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
brew doctor
sudo gem update --system
gem install compass
brew install phantomjs
brew install jpeg-turbo && brew link jpeg-turbo
brew install optipng
sudo npm install -g yeoman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment