Ecosyste.ms: Awesome
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: about 8 hours ago
JSON representation
Homebrew formulae that allows installation or updating nekonenene's tools easily
- Host: GitHub
- URL: https://github.com/nekonenene/homebrew-tap
- Owner: nekonenene
- License: mit
- Created: 2023-08-23T18:04:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T14:36:26.000Z (about 1 year ago)
- Last Synced: 2023-08-25T19:09:50.598Z (about 1 year ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```