Skip to content

Instantly share code, notes, and snippets.

@mikker
Created October 17, 2010 18:30
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save mikker/631106 to your computer and use it in GitHub Desktop.
Save mikker/631106 to your computer and use it in GitHub Desktop.
Update all packages installed with homebrew
brew update && brew list | xargs brew install && brew cleanup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment