Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronraimist/homebrew-tap
Some software that can't be included in homebrew-cask (yet)
https://github.com/aaronraimist/homebrew-tap
homebrew homebrew-tap matrix
Last synced: 18 days ago
JSON representation
Some software that can't be included in homebrew-cask (yet)
- Host: GitHub
- URL: https://github.com/aaronraimist/homebrew-tap
- Owner: aaronraimist
- Created: 2019-01-20T15:11:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T20:16:23.000Z (3 months ago)
- Last Synced: 2024-10-13T01:24:22.171Z (about 1 month ago)
- Topics: homebrew, homebrew-tap, matrix
- Language: Ruby
- Size: 18.6 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
This repository holds formulae for installing some software that can't be
included in homebrew (yet). Formulae can be installed with [brew](https://brew.sh),
a "package manager" for macOS.## How To
To install a program you first need to `brew
tap` this repository to get the formulae. See [tap](https://docs.brew.sh/brew-tap.html) docs for more on `brew tap`.Open a terminal and run the following `brew` command:
```sh
$ brew tap aaronraimist/tap
```This command will clone the repository to your computer and make the
formulae availabe. You can then install each program with brew, e.g.```sh
$ brew cask install spectral
```
to install [Spectral](https://gitlab.com/b0/spectral).## Feedback
Feel free to leave an issue in this repository related to brew issues with my
formulae. For software related issues see the projects repository. To find a
project repository run `brew info`, for example with `spectral````sh
$ brew cask info spectral
spectral: 0.0.0.491
https://gitlab.com/b0/spectral
Not installed
From: https://github.com/aaronraimist/homebrew-tap/blob/master/Casks/spectral.rb
==> Name
Spectral
==> Artifacts
spectral.app (App)
```