Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shini4i/homebrew-tap
A collection of homebrew formulas for personal projects
https://github.com/shini4i/homebrew-tap
homebrew
Last synced: 7 days ago
JSON representation
A collection of homebrew formulas for personal projects
- Host: GitHub
- URL: https://github.com/shini4i/homebrew-tap
- Owner: shini4i
- Created: 2022-03-06T14:16:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-09T16:02:46.000Z (4 months ago)
- Last Synced: 2024-07-09T20:30:22.952Z (4 months ago)
- Topics: homebrew
- Language: Ruby
- Homepage:
- Size: 38.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-tap
A collection of homebrew formulas for personal projects.
## General Information
To connect to this tap, you must have [Homebrew](https://brew.sh/) installed.Run the following command to add this tap to your homebrew installation:
```bash
brew tap shini4i/tap
```## Table of Contents
| Project | Description | Install |
| ----------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ | ----------------------------------- |
| [argo-compare](https://github.com/shini4i/argo-compare) | A comparison tool for displaying the differences between ArgoCD Applications in different Git branches | `brew install argo-compare` |
| [kd](https://github.com/shini4i/kd) | Bash script that makes it easy to view the contents of secrets stored in a kub | `brew install kd` |
| [kubeconfig-generator](https://github.com/shini4i/kubeconfig-generator) | Simple script for generating kubeconfig for a provided service account | `brew install kubeconfig-generator` |