Homebrew
Created
2019 Aug 16th
Updated
2019 Dec 2nd
Search homebrew
Search homebrew for apps, cli’s, tools
brew search keychain
Install
brew install keychain
If the item you’re looking for is part of a cask:
brew cask install visual-studio-code-insiders
Install multiple items in one command
brew cask install firefox firefox-developer-edition
Check for and install updates
Check for updates on installed apps and upgrade anything that is outdated.
brew update --verbose && brew upgrade `brew outdated`
Cask upgrade
Brew and casks are treated differently so the upgrade is a different syntax too.
# check outdated
brew cask outdated
# update outdated
brew cask upgrade
Alternatively there’s a package you can install.
Install:
brew tap buo/cask-upgrade
Usage:
brew cu