https://github.com/peter-bread/homebrew-gamon
Homebrew tap for Gamon
https://github.com/peter-bread/homebrew-gamon
Last synced: 12 months ago
JSON representation
Homebrew tap for Gamon
- Host: GitHub
- URL: https://github.com/peter-bread/homebrew-gamon
- Owner: peter-bread
- Created: 2024-02-10T20:39:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-24T12:15:32.000Z (over 1 year ago)
- Last Synced: 2025-01-26T17:32:56.556Z (over 1 year ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Gamon
> [!WARNING]
> This repo is being archived. Gamon has been archived and will be re-released
> in the future.
>
> I will also be making a new Homebrew tap which will store **ALL** formulae,
> rather than having formula-specific taps.
This is a Homebrew tap for installing [Gamon](https://github.com/peter-bread/gamon), a GitHub Account Manager.
Click the link above for more information!
## Installation
To install the formula from this tap, run:
```shell
brew tap peter-bread/gamon
brew install gamon
```
## Updating
To update the formula from this tap, run:
```shell
brew update
brew upgrade gamon
```
## Uninstalling
To unistall the formula from this tap, run:
```shell
brew uninstall gamon
```
Optionally:
```shell
brew untap peter-bread/gamon
```