homebrew tap for macOS 13 (Ventura)
brew install kanemu/tap-for-ventura/<formula>
Or brew tap kanemu/tap-for-ventura and then brew install <formula>.
Or, in a brew bundle Brewfile:
tap "kanemu/tap-for-ventura"
brew "<formula>"Example: Install [email protected]
Install directly:
brew install kanemu/tap-for-ventura/[email protected]Or tap first, then install:
brew tap kanemu/tap-for-ventura
brew install [email protected]In a Brewfile:
tap "kanemu/tap-for-ventura"
brew "[email protected]"brew help, man brew or check Homebrew's documentation.