Product Designer Setup
  • Introduction
  • Preparation
    • Preparing Your Mac
    • Installing macOS
  • Setup
    • Xcode
    • System Preferences
      • Finder
    • Homebrew
      • Cask
    • Terminal Setups
      • Warp Setup
      • Hyper Setup
      • iTerm2 Setup
        • Zsh
    • Terminal Packages
    • Git
      • Git Ignore
    • Code Editor Setups
      • Visual Studio Code
        • Extensions
        • Preferences
      • Sublime Text
        • Preferences
        • Packages
    • Tech Stack
      • Package Managers
  • Apps + Tools
    • Intro
    • Productivity Tools
    • Design Tools
    • Developer Tools
Powered by GitBook
On this page
  • Usage
  • Cask Upgrade

Was this helpful?

  1. Setup
  2. Homebrew

Cask

PreviousHomebrewNextTerminal Setups

Last updated 9 months ago

Was this helpful?

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 . 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

is a command-line tool for upgrading every outdated app installed by .

To install, simple type

brew tap buo/cask-upgrade

To update all apps in one line:

brew cu -fa

Homebrew Cask
official Cask website
Brew Cask Upgrade
Homebrew Cask