Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsodmike/926530 to your computer and use it in GitHub Desktop.
Save bsodmike/926530 to your computer and use it in GitHub Desktop.
# Setup ruby for rails development. Installs [:rvm, :homebrew, :wget]
echo -e '\n\n###########################################\nThanks! Now grab a beverage...\nThis may take awhile\n###########################################\n\n'
ruby -e "$(curl -fsSLk https://gist.github.com/raw/323731/install_homebrew.rb)"
brew install wget
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
echo -e "\n[[ -s '$HOME/.rvm/scripts/rvm' ]] && . '$HOME/.rvm/scripts/rvm' # This loads RVM into a shell session." >> ~/.bash_profile
source ~/.bash_profile
echo -e '\n\n###########################################\nDone!\n###########################################\n\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment