https://github.com/yschimke/homebrew-tap
Yuri's Homebrew Tap
https://github.com/yschimke/homebrew-tap
Last synced: 3 months ago
JSON representation
Yuri's Homebrew Tap
- Host: GitHub
- URL: https://github.com/yschimke/homebrew-tap
- Owner: yschimke
- License: apache-2.0
- Archived: true
- Created: 2016-01-11T09:02:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T16:23:52.000Z (over 3 years ago)
- Last Synced: 2025-02-16T03:04:38.167Z (3 months ago)
- Language: Ruby
- Size: 99.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- 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 yschimke/tap/
```Or
```sh
$ brew tap yschimke/tap
$ brew install
```Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap yschimke/homebrew-tap
brew install
```## Casks
Invoke either of the following commands if the cask is hosted at GitHub```sh
$ brew install --cask yschimke/tap/
```Or
```sh
$ brew tap yschimke/tap
$ brew install --cask
```Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap yschimke/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).