mise system brew tap
- Usage:
mise system brew tap [-n --dry-run] <TAP> [URL] - Source code:
src/cli/system/brew/tap.rs
Tap a Homebrew formula repository
Arguments
<TAP>
Tap name, e.g. owner/repo
[URL]
Git URL for non-GitHub or otherwise custom taps
Flags
-n --dry-run
Print the command that would run without running it
Examples:
mise system brew tap railwaycat/emacsmacport
mise system brew tap acme/tools https://git.example.com/acme/homebrew-tools.git