Got Tech? Will Hack.
Homebrew is a the missing package manager for Mac OS. Brew cask extends Homebrew and brings its elegance, simplicity, and speed to Mac OS applications and large binaries alike.
If you’re using these tools and would like to upgrade all of the applications you have, run the following command.
brew update && brew upgrade && (brew cask outdated | cut -f 1 -d " " | xargs brew cask reinstall) && brew cleanup
brew update
brew upgrade
brew cask outdated | cut -f 1 -d " " | xargs brew cask reinstall
brew cask outdated
cut -f 1 -d " "
xargs brew cask reinstall
brew cleanup
Note: brew cask cleanup
is now deprecated.