Created
August 26, 2010 23:03
-
-
Save amiel/552431 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
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