Last active
August 29, 2017 02:45
-
-
Save weblogix/972a89a1d42d05a39b5325fcf44564ba to your computer and use it in GitHub Desktop.
brew cheatsheet #cheatsheet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install brew | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# Uninstall all packages | |
brew remove --force --ignore-dependencies $(brew list) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment