Skip to content

Instantly share code, notes, and snippets.

@bkawakami
Created October 5, 2015 19:08
Show Gist options
  • Save bkawakami/c2e41eea90733dfb2ecf to your computer and use it in GitHub Desktop.
Save bkawakami/c2e41eea90733dfb2ecf to your computer and use it in GitHub Desktop.
Remove Brew El Captain
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)"
cd /usr/local/
rm -rf .git*
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment