https://github.com/xc2/homebrew-maestro
https://github.com/xc2/homebrew-maestro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xc2/homebrew-maestro
- Owner: xc2
- Created: 2025-10-31T07:11:02.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-03T11:38:19.000Z (8 months ago)
- Last Synced: 2026-04-03T22:40:06.066Z (3 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- 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 xc2/maestro/
```
Or
```sh
$ brew tap xc2/maestro
$ brew install
```
Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap xc2/homebrew-maestro
brew install
```
## Casks
Invoke either of the following commands if the cask is hosted at GitHub
```sh
$ brew install --cask xc2/maestro/
```
Or
```sh
$ brew tap xc2/maestro
$ brew install --cask
```
Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap xc2/homebrew-maestro
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).