Skip to content

Instantly share code, notes, and snippets.

@chensoren
Created December 19, 2013 11:20
Show Gist options
  • Save chensoren/8037752 to your computer and use it in GitHub Desktop.
Save chensoren/8037752 to your computer and use it in GitHub Desktop.
cleanup homebrew
brew ls | xargs brew rm
brew prune
brew cleanup
brew ls --unbrewed | xargs -I {} rm -rf /usr/local/{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment