https://github.com/cestef/homebrew-tap
My personal homebrew tap for my formulae
https://github.com/cestef/homebrew-tap
brew tap
Last synced: about 2 months ago
JSON representation
My personal homebrew tap for my formulae
- Host: GitHub
- URL: https://github.com/cestef/homebrew-tap
- Owner: cestef
- Created: 2024-03-07T19:29:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-15T09:28:03.000Z (9 months ago)
- Last Synced: 2025-09-15T09:36:41.704Z (9 months ago)
- Topics: brew, tap
- Language: Ruby
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
My personal [homebrew](brew.sh) tap for my formulae
Start by tapping the repository:
```bash
brew tap cestef/tap
```
You can then install any of the formulae in this repository.
| Project | Description | Install |
| ------------------------------------------ | ------------------------------------------------------------- | ---------------------- |
| [braise](https://github.com/cestef/braise) | Run your tasks like a chef! | `brew install braise` |
| [libgit2](https://libgit2.github.com/) | C library of Git core methods that is re-entrant and linkable | `brew install libgit2` |
| [papier](https://github.com/cestef/papier) | Perfectly inconvenient text editor | `brew install papier` |
| [rwalk](https://github.com/cestef/rwalk) | Blazingly fast web directory scanner written in rust | `brew install rwalk` |
| [zola](https://www.getzola.org) | A fast static site generator with everything built-in | `brew install zola` |