https://github.com/otsge/homebrew-keg
🍻 A CLI workflow for the administration of macOS applications distributed as binaries
https://github.com/otsge/homebrew-keg
cask homebrew
Last synced: 16 days ago
JSON representation
🍻 A CLI workflow for the administration of macOS applications distributed as binaries
- Host: GitHub
- URL: https://github.com/otsge/homebrew-keg
- Owner: otsge
- Created: 2026-05-30T17:08:36.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-11T02:06:05.000Z (23 days ago)
- Last Synced: 2026-06-11T04:06:43.132Z (23 days ago)
- Topics: cask, homebrew
- Language: Ruby
- Homepage: https://brew.sh
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OTSGE Keg
## How do I install these casks?
`brew install --cask otsge/keg/`
Or `brew tap otsge/keg` and then `brew install --cask `.
Or, in a `brew bundle` `Brewfile`:
```ruby
tap "otsge/keg"
cask ""
```
## Documentation
`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).