Personal Homebrew tap.
brew tap tallica/tap
brew trust --tap tallica/tap
brew install tallica/tap/<formula>
brew trust is required because this is a non-official tap — without it,
Homebrew will refuse to load its formulae.
| Formula | Description |
|---|---|
incus-compose |
Drop-in replacement for docker compose that runs your compose.yaml on Incus |
lazyincus |
Terminal UI for Incus, in the style of lazydocker |
| Cask | Description |
|---|---|
pomodoro |
Menu bar timer for the Pomodoro technique |
brew create --tap tallica/tap <url>
Then edit the generated file in Formula/ and test with:
brew install --build-from-source tallica/tap/<formula>
brew test tallica/tap/<formula>
brew audit --strict tallica/tap/<formula>