https://github.com/akopdev/homebrew-formulas
My personal Homebrew tap housing formulas for all my projects.
https://github.com/akopdev/homebrew-formulas
homebrew homebrew-formulas homebrew-tap
Last synced: 3 months ago
JSON representation
My personal Homebrew tap housing formulas for all my projects.
- Host: GitHub
- URL: https://github.com/akopdev/homebrew-formulas
- Owner: akopdev
- License: mit
- Created: 2025-05-06T09:31:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-13T10:04:03.000Z (about 1 year ago)
- Last Synced: 2025-05-13T11:23:00.564Z (about 1 year ago)
- Topics: homebrew, homebrew-formulas, homebrew-tap
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akop's Homebrew Tap
I'm using [Homebrew](https://brew.sh) to manage all installed software on both Linux and macOS machines.
You can check out my [dotfiles](https://github.com/akopdev/dotfiles) to find an up-to-date list of the software I use.
This repository is my personal Homebrew tap, housing formulas for all my projects.
## Install
```sh
# Enable this tap
brew tab akopdev/formulas
```
| Project | Description | Install |
| ----------------------------------------- | ------------------------------------------------------------------------------- | -------------------- |
| [nbcat](https://github.com/akopdev/nbcat) | Preview jupyter notebooks directly in your terminal think of it as cat, but for | `brew install nbcat` |