- picguard
- fafarunner
brew install kjxbyz/casks/<cask>
Or brew tap kjxbyz/casks
and then brew install <cask>
.
Or, in a brew bundle
Brewfile
:
tap "kjxbyz/casks"
brew "<cask>"
brew audit --strict --fix --cask <cask>
brew livecheck --debug <cask>
Your taps are Git repositories located at $(brew --repository)/Library/Taps
brew help
, man brew
or check Homebrew's documentation.