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

https://github.com/nekonenene/homebrew-tap

Homebrew formulae that allows installation or updating nekonenene's tools easily
https://github.com/nekonenene/homebrew-tap

Last synced: 5 months ago
JSON representation

Homebrew formulae that allows installation or updating nekonenene's tools easily

Awesome Lists containing this project

README

        

# nekonenene/tap

Homebrew formulae that allows installation or updating tools through the [Homebrew](https://brew.sh/) package manager.

## Installation

```sh
brew install nekonenene/tap/

# For example
brew install nekonenene/tap/git-branch-delete-merged
```

## Update config

After setting the values in the `inputs` key in the JSON file, You can update the JSON file in the `configs` directory with the following command.

```sh
ruby update_config.rb

# For example
ruby update_config.rb configs/git-branch-delete-merged.json
```