Skip to content

Instantly share code, notes, and snippets.

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