https://github.com/dirien/homebrew-dirien-dev
Dev Homebrew Tap
https://github.com/dirien/homebrew-dirien-dev
Last synced: 2 months ago
JSON representation
Dev Homebrew Tap
- Host: GitHub
- URL: https://github.com/dirien/homebrew-dirien-dev
- Owner: dirien
- License: apache-2.0
- Created: 2022-10-08T11:03:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-08T14:05:36.000Z (over 3 years ago)
- Last Synced: 2026-03-31T19:55:47.045Z (3 months ago)
- Language: Ruby
- Size: 7.81 KB
- Stars: 0
- 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 dirien/tap/
```
Or
```sh
$ brew tap dirien/tap
$ brew install
```
Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap dirien/homebrew-tap
brew install
```
## Casks
Invoke either of the following commands if the cask is hosted at GitHub
```sh
$ brew install --cask dirien/tap/
```
Or
```sh
$ brew tap dirien/tap
$ brew install --cask
```
Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap dirien/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).