Skip to content

Instantly share code, notes, and snippets.

@cgallagher
Created June 25, 2012 11:06
Show Gist options
  • Save cgallagher/2987986 to your computer and use it in GitHub Desktop.
Save cgallagher/2987986 to your computer and use it in GitHub Desktop.
Completely kill 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