Skip to content

Instantly share code, notes, and snippets.

@jamieoliver
Created March 16, 2014 18:23
Show Gist options
  • Save jamieoliver/9587631 to your computer and use it in GitHub Desktop.
Save jamieoliver/9587631 to your computer and use it in GitHub Desktop.
Homebrew: remove old package versions and downloaded files.
brew cleanup --force -s
rm -rf $(brew --cache)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment