https://github.com/chaoscoder/homebrew-tap
https://github.com/chaoscoder/homebrew-tap
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaoscoder/homebrew-tap
- Owner: ChaosCoder
- Created: 2022-08-27T10:50:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-27T10:51:18.000Z (almost 4 years ago)
- Last Synced: 2025-05-15T10:43:56.503Z (about 1 year ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChaosCoder's Brew Tap #
Not being sufficiently famous to be allowed into the official Cask register, I’ve set up my own Tap — a source for the [Brew](https://brew.sh) macOS package manager.
The benefit of this approach is that whenever you run `brew update`, you’ll be told that there are new versions of my apps available if that’s the case.
You can always [download apps from my website](https://chaosspace.de).
## Available Casks ##
* [Ports](https://chaosspace.de/ports) [(Source)](https://github.com/ChaosCoder/Ports)
## Installation ##
Don’t have Brew? Follow [these instructions](https://brew.sh).
Add my Tap:
```shell
brew tap chaoscoder/homebrew-tap
```
Install a Cask:
```shell
brew install chaoscoder/homebrew-tap/ports
```
## Updating ##
Brew users do this as a matter of course — periodically run:
```
brew update
```
If Brew indicates there’s a new version of, say, *Ports*, then run:
```
brew cask upgrade ports
```