Skip to content

Instantly share code, notes, and snippets.

@mjac
Created January 5, 2019 14:50
Show Gist options
  • Save mjac/f3da0e0bb684417ebd24737b454c58e4 to your computer and use it in GitHub Desktop.
Save mjac/f3da0e0bb684417ebd24737b454c58e4 to your computer and use it in GitHub Desktop.
Remove dependencies of brew packages
brew rm FORMULA
brew rm $(join <(brew leaves) <(brew deps FORMULA))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment