https://github.com/nficano/homebrew-tap
Homebrew formulae for nficano projects
https://github.com/nficano/homebrew-tap
homebrew homebrew-formula homebrew-tap linux macos
Last synced: 2 days ago
JSON representation
Homebrew formulae for nficano projects
- Host: GitHub
- URL: https://github.com/nficano/homebrew-tap
- Owner: nficano
- Created: 2026-03-04T04:21:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-06-18T02:37:40.000Z (20 days ago)
- Last Synced: 2026-06-18T04:22:30.648Z (20 days ago)
- Topics: homebrew, homebrew-formula, homebrew-tap, linux, macos
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nficano/tap
Homebrew formulae for nficano projects.
Installation •
Formulae •
Troubleshooting
---
## Installation
```sh
brew tap nficano/tap
```
## Formulae
### debaser
> Deterministic release name generator that converts a Git SHA or checksum into a friendly, alliterative adjective-noun name.
```sh
brew install nficano/tap/debaser
```
```sh
$ debaser --sha HEAD
snappy-sable
```
[Documentation](https://github.com/nficano/debaser) · [Releases](https://github.com/nficano/debaser/releases)
---
### github-runner
> Self-hosted GitHub Actions runner with first-class macOS and Linux support, managed entirely through a single config file.
```sh
brew install nficano/tap/github-runner
```
After installation, configure your GitHub token and start the service:
```sh
$EDITOR $(brew --prefix)/etc/github-runner/config.toml
brew services start github-runner
```
[Documentation](https://github.com/nficano/github-runner) · [Releases](https://github.com/nficano/github-runner/releases)
---
## Troubleshooting
If a formula fails to install, ensure the tap is up to date:
```sh
brew update
brew upgrade nficano/tap/
```
To report issues, open an issue on the relevant project repository.