https://github.com/aaqaishtyaq/homebrew-tap
🍺 Homebrew Tap
https://github.com/aaqaishtyaq/homebrew-tap
golang homebrew-tap linux macos ruby
Last synced: 3 months ago
JSON representation
🍺 Homebrew Tap
- Host: GitHub
- URL: https://github.com/aaqaishtyaq/homebrew-tap
- Owner: aaqaishtyaq
- License: mit
- Created: 2022-01-09T08:03:28.000Z (over 4 years ago)
- Default Branch: trunk
- Last Pushed: 2025-01-02T12:08:00.000Z (over 1 year ago)
- Last Synced: 2025-03-26T14:53:26.593Z (over 1 year ago)
- Topics: golang, homebrew-tap, linux, macos, ruby
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap
Personal Homebrew Tap
## What is Homebrew?
Package manager for macOS (or Linux), see more at [brew.sh](https://brew.sh)
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable
packages (formulae) on macOS and Linux.
See more at [docs.brew.sh/Taps](https://docs.brew.sh/Taps)
## How do I install packages from here?
```sh
brew install aaqaishtyaq/tap/name
```
You can also only add the tap which makes formulae within it
available in search results (`brew search` output):
```sh
brew tap aaqaishtyaq/tap
```
Note: to clone the tap via SSH you will need to use:
```sh
brew tap aaqaishtyaq/tap https://github.com/aaqaishtyaq/homebrew-tap
```
While you may search across taps, it is necessary to always use
fully qualified name (incl. the `aaqaishtyaq/tap/` prefix)
when refering to formulae in external taps such as this one
outside of search.
## Contributing
Check out the [contribution guidelines for this project](./CONTRIBUTING.md)