https://github.com/pungrumpy/homebrew-formulas
🏠 My personal Homebrew tap housing formulas for all Homebrew projects
https://github.com/pungrumpy/homebrew-formulas
Last synced: 11 months ago
JSON representation
🏠 My personal Homebrew tap housing formulas for all Homebrew projects
- Host: GitHub
- URL: https://github.com/pungrumpy/homebrew-formulas
- Owner: PunGrumpy
- Created: 2023-05-21T16:47:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T17:12:35.000Z (11 months ago)
- Last Synced: 2025-03-21T17:35:29.088Z (11 months ago)
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🍺 PunGrumpy's Homebrew Tap
My personal Homebrew tap housing formulas for all my Homebrew projects.

[Homebrew](https://brew.sh) is a fantastic package manager for macOS and Linux. I release some of my projects via Homebrew as it is widely used and easy to deploy to. This tap is a "self hosted" collection of Homebrew packages. For specific details about a formula contained in this tap, visit that formula's homepage or see the table below.
## 📦 Install
```bash
# Setup tap
brew tap PunGrumpy/formulas
# Check out the formulas
brew search PunGrumpy/formulas
```
## 🍴 Table
| Project | Description | Install | Platform |
| ------------------------------------------------------------- | ------------------------------------------------------------------ | ----------------------------- | ------------- |
| [dockercolorize](https://github.com/PunGrumpy/dockercolorize) | Enhancing Docker output with vibrant colors | `brew install dockercolorize` | macOS & Linux |
| [goblin](https://github.com/PunGrumpy/goblin) | A command-line tool for hashing and reversing hashes using Jenkins | `brew install goblin` | macOS & Linux |
| [gitpower](https://github.com/PunGrumpy/gitpower) | GitPower CLI tool | `brew install gitpower` | Linux only |