Created
November 12, 2012 02:40
-
-
Save masotime/4057215 to your computer and use it in GitHub Desktop.
Quick script to set up yeoman on a Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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