Homebrew Brew Cask Cheat Sheet
Brew Cask Cheat Sheet
Installing stuff:
brew cask install name-of-cask
Check the version of an installed cask:
brew cask info name-of-cask
Show all installed casks:
brew cask list
Easiest way to upgrade casks:
- First, install brew-cask-upgrade
brew tap buo/cask-upgrade
- Fetch the latest version of homebrew cask and all casks
brew update
- View all outdated packages:
brew outdated
- Upgrade all currently installed brew formula
brew upgrade
- Finally, upgrade all your casks
brew cu
And that's it! Hope this helps.