Homebrew
Tips and tricks for working with the best package manager for MacOS!
Installation
Most recent instructions on brew.sh
Commands
Find app
Get app info
Install app
List installed apps
macOS apps
Homebrew can manage macOS apps from the App Store! You just need to install mas
first.
Refer to the mas documentation for more info.
Find app
Get app info
Install app
List installed apps
Brew Bundles & Brewfiles
A Brew Bundle is a Brewfile containing all of the apps you wish to install. This is super useful when reimaging or moving to another system.
Generate Brewfile
This creates the Brewfile
within the current directory.
Install Bundle
This installs apps from Brewfile
Last updated