https://github.com/maciejwalkowiak/homebrew-brew
https://github.com/maciejwalkowiak/homebrew-brew
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maciejwalkowiak/homebrew-brew
- Owner: maciejwalkowiak
- Created: 2022-11-29T08:42:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T08:45:52.000Z (over 2 years ago)
- Last Synced: 2025-01-07T22:53:43.160Z (9 months ago)
- Language: Ruby
- Size: 34.2 KB
- Stars: 0
- 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 maciejwalkowiak/tap/
```Or
```sh
$ brew tap maciejwalkowiak/tap
$ brew install
```Invoke the following command if the formula is *not* hosted at GitHub
```sh
brew tap maciejwalkowiak/homebrew-tap
brew install
```## Casks
Invoke either of the following commands if the cask is hosted at GitHub```sh
$ brew install --cask maciejwalkowiak/tap/
```Or
```sh
$ brew tap maciejwalkowiak/tap
$ brew install --cask
```Invoke the following command if the cask is *not* hosted at GitHub
```sh
brew tap maciejwalkowiak/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).