brewHomebrew (brew) can be installed with the following command:
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
The Brewfile describes the
Homebrew Bundle of packages
currently installed with brew. It can be managed with brew bundle.
Find installed packages absent from the Brewfile with the following command:
brew bundle cleanup
Clean up installed packages with the following command:
brew bundle cleanup --force