Skip to content

Instantly share code, notes, and snippets.

@fbchow
Last active August 17, 2019 01:39
Show Gist options
  • Save fbchow/507f2f5a4bd0a0d3542c212a7bd0201c to your computer and use it in GitHub Desktop.
Save fbchow/507f2f5a4bd0a0d3542c212a7bd0201c to your computer and use it in GitHub Desktop.
keep brew utils up to date
# run `bash brew-upkeep.sh` or `sh brew-upkeep.sh` in your terminal (if you have permissions to run shell scripts)
# maintain brew packages
brew update
brew upgrade
brew doctor
brew cleanup
# update apps/fonts downloaded from cask
brew cask upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment