Skip to content

Instantly share code, notes, and snippets.

@ardydedase
Last active December 18, 2015 03:48
Show Gist options
  • Save ardydedase/5720526 to your computer and use it in GitHub Desktop.
Save ardydedase/5720526 to your computer and use it in GitHub Desktop.
Uninstall brew (so I can reinstall)
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