https://github.com/nbbrd/homebrew-tap
Homebrew tap for nbbrd
https://github.com/nbbrd/homebrew-tap
Last synced: over 1 year ago
JSON representation
Homebrew tap for nbbrd
- Host: GitHub
- URL: https://github.com/nbbrd/homebrew-tap
- Owner: nbbrd
- License: eupl-1.2
- Created: 2021-07-15T14:19:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T10:45:35.000Z (over 1 year ago)
- Last Synced: 2025-03-06T11:36:41.177Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew
## Formulae
Invoke either of the following commands if the formula is hosted at GitHub
```sh
$ brew install nbbrd/tap/
```
Or
```sh
$ brew tap nbbrd/tap
$ brew install
```
Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap nbbrd/homebrew-tap
brew install
```
## Casks
Invoke either of the following commands if the cask is hosted at GitHub
```sh
$ brew install --cask nbbrd/tap/
```
Or
```sh
$ brew tap nbbrd/tap
$ brew install --cask
```
Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap nbbrd/homebrew-tap
brew install --cask
```
If you get a dialog stating the cask is broken try installing with `--no-quarantine`.
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).