https://github.com/guilhem/homebrew-tap
homebrew repository for my projects... And I have no idea what I'm doing 🐧
https://github.com/guilhem/homebrew-tap
homebrew macos
Last synced: 3 months ago
JSON representation
homebrew repository for my projects... And I have no idea what I'm doing 🐧
- Host: GitHub
- URL: https://github.com/guilhem/homebrew-tap
- Owner: guilhem
- License: apache-2.0
- Created: 2019-10-30T16:02:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T10:02:18.000Z (over 2 years ago)
- Last Synced: 2025-04-08T13:50:56.976Z (over 1 year ago)
- Topics: homebrew, macos
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pivotal Homebrew Taps
This a [brew](https://brew.sh/) [tap](https://docs.brew.sh/Taps) repository containing a collection of "formulae" for software I have done.
## Usage
First, add this tap to your Brew. This will to clone this tap repository and symlink all its formulae.
```
brew tap guilhem/homebrew-tap
```
Now you will be able to work on those formulae as if there were in canonical Homebrew repository:
```
brew install bump
```