https://github.com/rafi/homebrew-tap
My personal homebrew tap
https://github.com/rafi/homebrew-tap
homebrew macos ruby
Last synced: about 1 year ago
JSON representation
My personal homebrew tap
- Host: GitHub
- URL: https://github.com/rafi/homebrew-tap
- Owner: rafi
- Created: 2018-10-03T23:40:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T12:49:17.000Z (about 1 year ago)
- Last Synced: 2025-04-10T04:05:41.328Z (about 1 year ago)
- Topics: homebrew, macos, ruby
- Language: Ruby
- Size: 53.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rafi's Homebrew tap
## User Install
```sh
brew tap rafi/tap
```
## Developer Guide
```sh
cd "$(brew --prefix)/Library/Taps"
mkdir rafi
cd rafi
ln -s ~/code/pkg/tap homebrew-tap
```