Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T10:02:18.000Z (10 months ago)
- Last Synced: 2024-11-04T21:24:05.709Z (about 2 months ago)
- Topics: homebrew, macos
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- 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
```