Sets up the Zsh shell integration for Homebrew.
Also defines Homebrew aliases.
The following can be removed from your ~/.zshrc, since this module will
already take care of it:
eval "$(/path/to/brew shellenv)"
brewaauto uninstalls formulae that are no longer needed.brewccleans the cache.brewCscrubs the cache, including downloads for the latest versions.brewdchecks your system for potential problems.breweedits given formula.brewishows information about given formula.brewIinstalls given formula.brewllists installed formulae.brewLlists installed formulae that don't depend on other installed formula.brewolists outdated installed formulae.brewrreinstalls given formula.brewsperforms a search of formula names.brewSmanages background services with macOS' launchctl daemon manager.brewuupdates Homebrew and all formulae.brewUupgrades outdated and unpinned formulae.brewxuninstalls a given formula.brewXdeletes all installed versions of given formula.
caskeedits given cask.caskishows information about given cask.caskIinstalls given cask.caskllists installed casks.caskolists outdated installed casks.caskrreinstalls given cask.casksperforms a search of cask tokens.caskUupgrades given cask or all outdated casks, if none given.caskxuninstalls given cask.caskXuninstalls even if given cask does not appear to be present.caskzzaps all files associated with given cask.
This module should be sourced first, before any other, so commands installed via Homebrew are available to the other modules when needed.