Skip to content

Instantly share code, notes, and snippets.

@libitte
Created April 29, 2013 15:41
Show Gist options
  • Save libitte/5482459 to your computer and use it in GitHub Desktop.
Save libitte/5482459 to your computer and use it in GitHub Desktop.
homebrewのuninstall手順。boxenのhomebrew使いたかったので削除した。

homebrewのuninstall手順

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