https://github.com/codingfragments/homebrew-tap
Homebrew tap for personal tools
https://github.com/codingfragments/homebrew-tap
Last synced: 20 days ago
JSON representation
Homebrew tap for personal tools
- Host: GitHub
- URL: https://github.com/codingfragments/homebrew-tap
- Owner: codingfragments
- Created: 2026-04-17T12:52:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-19T09:53:17.000Z (about 1 month ago)
- Last Synced: 2026-05-19T12:36:00.646Z (about 1 month ago)
- Language: Ruby
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Tap
Custom Homebrew tap for personal tools.
## Install
```bash
brew tap codingfragments/tap https://github.com/codingfragments/homebrew-tap
brew install --cask yarvis
```
## Available Casks
| Cask | Description |
|------|-------------|
| `yarvis` | Personal Knowledge Assistant — Tauri desktop app |
## Update
```bash
brew update
brew upgrade --cask yarvis
```