Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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