Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caius/homebrew-tap
Caius' Homebrew Tap. Quaff your thirst!
https://github.com/caius/homebrew-tap
homebrew tap
Last synced: about 2 months ago
JSON representation
Caius' Homebrew Tap. Quaff your thirst!
- Host: GitHub
- URL: https://github.com/caius/homebrew-tap
- Owner: caius
- License: apache-2.0
- Created: 2016-03-06T10:43:29.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T08:13:57.000Z (2 months ago)
- Last Synced: 2024-10-18T19:33:15.242Z (2 months ago)
- Topics: homebrew, tap
- Language: Ruby
- Homepage:
- Size: 60.5 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Caius' Homebrew Tap
Caius puts things here to be able to tap them easily. Ideally they move upstream or die, so you might not want to depend on them in production.
## Usage
Tap into your local brew with
```sh
brew tap caius/tap
```Then you can install any of the casks or formula by referring to them by name, eg
```sh
brew install drata-agent
```Alternatively you can do both in one, by including the tap name in the name of the cask or formula at install time:
```sh
brew install caius/tap/drata-agent
```## Development
**Debugging Github Actions workflow**
The workflow is configured to run at 0800 every day (UTC), but you can also trigger it for debugging purposes by pushing to a branch whose name starts `actions/`.
## Previously known as `homebrew-jo`
This repo used to be named `homebrew-jo`, but the formula for `jo` was accepted upstream into Homebrew itself. This tap is no longer required for `jo`! Just `brew install jo` and you're good to go.