Created
April 2, 2012 23:54
-
-
Save rcreasey/2288121 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| - Install XCode via App Store | |
| - Set Search Domains | |
| - Set terminal proxies | |
| - Install homebrew ( /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" ) | |
| - Install git ( brew install git ) | |
| - Install scons ( brew install scons ) | |
| - Install rvm ( bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer ) ) | |
| - Install Apache Directory Studio ( http://directory.apache.org/studio/download/download-macosx.html ) | |
| - Install ruby 1.9.2 ( rvm install 1.9.2 && rvm --default 1.9.2 ) | |
| - Install python ( brew install python ) | |
| - Install pip ( easy_install pip ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment