Skip to content

Instantly share code, notes, and snippets.

View shyamster's full-sized avatar

Shyam Subramanyan shyamster

  • San Francisco Bay Area
View GitHub Profile
@shyamster
shyamster / rvm2rbenv.txt
Created November 3, 2015 17:27 — forked from brentertz/rvm2rbenv.txt
Switch from RVM to RBENV
## Prepare ###################################################################
# Remove RVM
rvm implode
# Ensure your homebrew is working properly and up to date
brew doctor
brew update
## Install ###################################################################