An open API service indexing awesome lists of open source software.

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

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).