Skip to content

Instantly share code, notes, and snippets.

View jrtowell's full-sized avatar

Jonathan Towell jrtowell

View GitHub Profile
## Prepare ###################################################################
# Remove RVM
rvm implode
# Remove the RVM stuff from your .profile - It probably looks like...
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
# Ensure your homebrew is working properly and up to date
brew doctor