https://github.com/cdelmoral/homebrew-tap
Homebrew tap with my brew recipes
https://github.com/cdelmoral/homebrew-tap
Last synced: 3 months ago
JSON representation
Homebrew tap with my brew recipes
- Host: GitHub
- URL: https://github.com/cdelmoral/homebrew-tap
- Owner: cdelmoral
- Created: 2024-08-01T03:08:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-01T03:56:27.000Z (10 months ago)
- Last Synced: 2025-01-18T08:23:59.591Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Tap
## How do I install these formulae?
`brew install cdelmoral/tap/`
Or `brew tap cdelmoral/tap` and then `brew install `.
Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:
```ruby
tap "cdelmoral/tap"
brew ""
```## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).