Skip to content

Instantly share code, notes, and snippets.

@wolves
Created April 3, 2012 16:46
Show Gist options
  • Save wolves/2293523 to your computer and use it in GitHub Desktop.
Save wolves/2293523 to your computer and use it in GitHub Desktop.
Commands for uninstalling homebrew
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