Cask

Homebrew Caskarrow-up-right is centered around installing GUI applications through the CLI. With this, you can install the latest versions of applications by typing in a single command. (like Google Chrome, Dropbox, VS Code and Slack)

Usage

To see if an app is available on Cask you can search on the official Cask websitearrow-up-right. You can also search using the following command:

brew search <app-name-here>

To update brew and upgrade all install apps

brew update && brew upgrade `brew outdated`

Cask Upgrade

Brew Cask Upgradearrow-up-right is a command-line tool for upgrading every outdated app installed by Homebrew Caskarrow-up-right.

To install, simple type

brew tap buo/cask-upgrade

To update all apps in one line:

brew cu -fa

Last updated