Last active
March 17, 2017 13:25
-
-
Save famousgarkin/1c1b9252a005229db4ce085a68633bd7 to your computer and use it in GitHub Desktop.
uninstall Brew packages
This file contains hidden or 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
brew remove --force --ignore-dependencies $(brew list) |
This file contains hidden or 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
brew deps <package> | xargs brew rm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment