Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splo/homebrew-tap
Homebrew tap for installing custom tools.
https://github.com/splo/homebrew-tap
formulae homebrew tap
Last synced: about 1 month ago
JSON representation
Homebrew tap for installing custom tools.
- Host: GitHub
- URL: https://github.com/splo/homebrew-tap
- Owner: splo
- License: mit
- Created: 2019-03-06T17:47:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T15:35:49.000Z (12 months ago)
- Last Synced: 2024-02-27T16:38:01.303Z (12 months ago)
- Topics: formulae, homebrew, tap
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Splo's Homebrew Tap
[Homebrew tap](https://docs.brew.sh/Taps) with formulae for installing the following:
| Project | Description | Install |
| -------------------------------------------------------------------------------- | ------------------------------------------------------ | ----------------------------------------- |
| [docker-brennen](https://github.com/splo/docker-brennen/) | Cleanup unused Docker resources. | `brew install docker-brennen` |
| [docker-tools](https://github.com/splo/docker-tools) | Docker-related tools | `brew install docker-tools` |
| [git-delete-merged-branches](https://github.com/splo/git-delete-merged-branches) | Delete branches present in local but deleted in remote | `brew install git-delete-merged-branches` |
| [git-tools](https://github.com/splo/git-tools) | Helpful Git tools | `brew install git-tools` |
| [macos-tools](https://github.com/splo/macos-tools) | Simple command-line utilities only usable on macOS | `brew install macos-tools` |
## Usage```bash
# Add tap
brew tap splo/tap
# Install the tools
brew install docker-tools docker-brennen git-tools macos-tools
```