Created
June 11, 2015 09:10
-
-
Save snarky/c3fccd4123bec4545e75 to your computer and use it in GitHub Desktop.
Mac OS X > Upgrade all applications via brew (+ brew cask)
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
| brew update | |
| brew upgrade --all | |
| brew cleanup | |
| brew cask update | |
| brew cask install --force $(brew cask list) | |
| brew cask cleanup |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment