Skip to content

Instantly share code, notes, and snippets.

@oleg-andreyev
Created April 14, 2019 13:24
Show Gist options
  • Save oleg-andreyev/8e13e7474f36f68a3fd2986ac8153a38 to your computer and use it in GitHub Desktop.
Save oleg-andreyev/8e13e7474f36f68a3fd2986ac8153a38 to your computer and use it in GitHub Desktop.
Remove all brew packages
brew remove --force $(brew list) --ignore-dependencies
brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment