https://github.com/bthuilot/homebrew-tap
personal homebrew tap
https://github.com/bthuilot/homebrew-tap
Last synced: about 1 month ago
JSON representation
personal homebrew tap
- Host: GitHub
- URL: https://github.com/bthuilot/homebrew-tap
- Owner: bthuilot
- Created: 2023-05-13T14:37:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-16T22:09:14.000Z (6 months ago)
- Last Synced: 2026-01-17T10:13:56.662Z (5 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Homebrew Tap
## What is Homebrew?
Package manager for macOS (or Linux), see more at https://brew.sh
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable
packages (formulae) on macOS and Linux.
See more at https://docs.brew.sh/Taps
## How do I install packages from here?
```sh
brew install bthuilot/tap/$NAME
```
You can also only add the tap which makes formulae within it
available in search results (`brew search` output):
```sh
brew tap bthuilot/tap
```
While you may search across taps, it is necessary to always use
fully qualified name (incl. the `bthuilot/tap/` prefix)
when refering to formulae in external taps such as this one
outside of search.
## What packages are available?
### Formulae
| Name | Description | Link |
|----------------------|--------------------------------------------|-------------------------------------------------------------------------------|
| `git-lost-and-found` | Find and name dangling refs in git history | [bthuilot/git-lost-and-found](https://github.com/bthuilot/git-lost-and-found) |
| `ggh` | Global Git hooks configuration tool | [bthuilot/ggh](https://github.com/bthuilot/ggh) |