A personal collection of un-notarized Homebrew Casks for applications I personally use.
brew install red6785/miscbrew/<cask>
Or brew tap red6785/miscbrew
and then brew install <cask>
.
Or, in a brew bundle
Brewfile
:
tap "red6785/miscbrew"
brew "<cask>"
Note that these will be blocked by Apple Gatekeeper, as they are not signed. To prevent this, you can add the option --no-quarantine
to the command.
brew help
, man brew
or check Homebrew's documentation.