Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafi/homebrew-tap
My personal homebrew tap
https://github.com/rafi/homebrew-tap
homebrew macos ruby
Last synced: about 3 hours 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T19:39:06.000Z (6 months ago)
- Last Synced: 2024-05-20T22:40:17.900Z (6 months ago)
- Topics: homebrew, macos, ruby
- Language: Ruby
- Size: 45.9 KB
- Stars: 3
- Watchers: 3
- 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
```