Skip to content

Instantly share code, notes, and snippets.

@rcreasey
Created April 2, 2012 23:54
Show Gist options
  • Select an option

  • Save rcreasey/2288121 to your computer and use it in GitHub Desktop.

Select an option

Save rcreasey/2288121 to your computer and use it in GitHub Desktop.
- 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