Homebrew
CREATED
 2019 Aug 16th
UPDATED
 2019 Dec 2nd
Search homebrew
Search homebrew for apps, cli’s, tools
brew search keychainInstall
brew install keychainIf the item you’re looking for is part of a cask:
brew cask install visual-studio-code-insidersInstall multiple items in one command
brew cask install firefox firefox-developer-editionCheck 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 upgradeAlternatively there’s a package you can install.
Install:
brew tap buo/cask-upgradeUsage:
brew cu>>> END OF CHEAT SHEET <<<