An open API service indexing awesome lists of open source software.

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

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
```