Skip to content

Instantly share code, notes, and snippets.

@tiagobbraga
Last active December 30, 2015 09:19
Show Gist options
  • Save tiagobbraga/7808700 to your computer and use it in GitHub Desktop.
Save tiagobbraga/7808700 to your computer and use it in GitHub Desktop.
Remover Homebrew
cd `brew --prefix`
rm -rf Cellar
brew prune
rm `git ls-files`
rm -r Library/Homebrew Library/Aliases Library/Formula Library/Contributions
rm -rf .git
rm -rf ~/Library/Caches/Homebrew
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment