Skip to content

Instantly share code, notes, and snippets.

@Mistobaan
Created January 20, 2012 05:46
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 Mistobaan/1645551 to your computer and use it in GitHub Desktop.
Save Mistobaan/1645551 to your computer and use it in GitHub Desktop.
How to remove brew
# how to remove brew
cd `brew —-prefix`
rm -rf Cellar
brew prune
rm -rf Library .git .gitignore bin/brew README.md share/man/man1/brew
rm -rf ~/Library/Caches/Homebrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment