Last active
August 17, 2019 01:39
-
-
Save fbchow/507f2f5a4bd0a0d3542c212a7bd0201c to your computer and use it in GitHub Desktop.
keep brew utils up to date
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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