Tag Archives: unistall
Uninstalling brew (so I can reinstall)
Uninstall 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 http://superuser.com/questions/203707/how-to-uninstall-homebrew-osx-packet-manager Reinstall /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" https://github.com/mxcl/homebrew/wiki/Installation
