Skip to content

kelp/homebrew-tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

kelp/homebrew-tap

A Homebrew tap for Travis Cole's (@kelp) projects.

Install

Install any formula with its fully-qualified name (no separate brew tap needed):

brew install kelp/tap/<formula>

For example:

brew install kelp/tap/vibeutils

Or add the tap once and install by bare name:

brew tap kelp/tap
brew install vibeutils

Upgrade later with brew update && brew upgrade <formula>.

Formulae

Formula Description
vibeutils Modern Unix utilities with colors, icons, and progress bars
gale Fast, isolated package management for developers
bluemastodon Synchronize posts from Bluesky to Mastodon
webdown Convert web pages to clean, readable Markdown

Versions track each project's latest release; run brew info kelp/tap/<formula> to see what is currently packaged.

Notes

  • vibeutils installs every command with a v prefix (vls, vcp, vrm, …) to avoid clobbering the system tools. To use the unprefixed names, put the vibebin directory on your PATH (see brew info kelp/tap/vibeutils for the exact line). On Apple Silicon, a prebuilt bottle is available; other platforms build from source (requires the zig build dep).
  • gale manages packages under ~/.gale. After install, add ~/.gale/current/bin to your PATH and, for per-project environments, wire up the direnv hook — brew info kelp/tap/gale prints both commands.

Tap Trust

Homebrew is rolling out Tap Trust, which limits how much non-official tap code Homebrew evaluates by default. No action is required from this tap or its maintainer — trust is controlled entirely on the installing user's side.

During the current transition, third-party taps still work; you may see a brew doctor notice about untrusted taps. When enforcement lands (Homebrew 5.2.0 / 6.0.0), installing with the fully-qualified kelp/tap/<formula> form trusts just that item, or you can trust the whole tap up front:

brew trust kelp/tap

To enforce explicit trust today, set HOMEBREW_REQUIRE_TAP_TRUST=1.

License

Each formula installs software under its own license (see the linked project repositories). The formula definitions in this tap are MIT licensed.

About

Homebrew tap for vibeutils

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages