https://github.com/itzg/homebrew-tap
Homebrew tap for itzg's apps
https://github.com/itzg/homebrew-tap
Last synced: 5 months ago
JSON representation
Homebrew tap for itzg's apps
- Host: GitHub
- URL: https://github.com/itzg/homebrew-tap
- Owner: itzg
- Created: 2021-10-28T19:47:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-10T01:08:12.000Z (over 1 year ago)
- Last Synced: 2024-09-10T04:45:00.801Z (over 1 year ago)
- Language: Ruby
- Size: 131 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew
## Formulae
Invoke either of the following commands if the formula is hosted at GitHub
```sh
$ brew install itzg/tap/
```
Or
```sh
$ brew tap itzg/tap
$ brew install
```
Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap itzg/homebrew-tap
brew install
```
## Casks
Invoke either of the following commands if the cask is hosted at GitHub
```sh
$ brew install --cask itzg/tap/
```
Or
```sh
$ brew tap itzg/tap
$ brew install --cask
```
Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap itzg/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).