Self-maintained Homebrew repository.
tree
.
├── Casks
│ ├── aya.rb
│ ├── pcsx2.rb
│ ├── rquickshare.rb
│ ├── stacher7.rb
│ ├── uad-ng.rb
│ └── vencordinstaller.rb
├── Formula
│ └── cutefetch.rb
├── README.md
├── audit_exceptions
│ └── github_prerelease_allowlist.json
└── scripts
├── casks-config.sh
├── process-casks.sh
└── update-cask.sh
To add this tap to your Homebrew installation:
brew tap navialliance/firebrew https://github.com/navialliance/firebrew
brew install navialliance/firebrew/appname
or
brew install appname
brew install --cask navialliance/firebrew/appname
or
brew install --cask appname
Note
You should remove any installed apps from this tap before removing the tap.
To remove this tap from your Homebrew installation:
brew untap navialliance/firebrew