Skip to content

Instantly share code, notes, and snippets.

@amiel
Created August 26, 2010 23:03
Show Gist options
  • Save amiel/552431 to your computer and use it in GitHub Desktop.
Save amiel/552431 to your computer and use it in GitHub Desktop.
new snow leopard install process for homebrew and rvm:
textmate, chrome
ssh-keygen -t rsa
homebrew
Xcode
brew install git
install rvm (http://rvm.beginrescueend.com/rvm/install/)
rvm install ruby-1.8.7
rvm use ruby
rvm --default ruby-1.8.7
# Note: There might be something hacky needed to do to get the less textmate bundle to find the rvm gems
brew install mysql
brew install postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment