Skip to content

Instantly share code, notes, and snippets.

@flaxel
Created August 27, 2020 12:01
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save flaxel/8f2b17e39fab3a1d31fef09e2416a7fb to your computer and use it in GitHub Desktop.
Save flaxel/8f2b17e39fab3a1d31fef09e2416a7fb to your computer and use it in GitHub Desktop.
Update all homebrew formulae
#!/bin/sh
# fetch new versions of Homebrew + all formulae
brew update
# upgrade outdated formulae + casks
brew upgrade
# remove outdated downloads for all formulae + casks
brew cleanup
# check system for potential problems
brew doctor
# check for missing dependencies
brew missing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment