Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmeinhardt/homebrew-tools

a neat collection of small tools others might find useful too :v:
https://github.com/pmeinhardt/homebrew-tools

formulae homebrew nifty tap tools utils

Last synced: 2 months ago
JSON representation

a neat collection of small tools others might find useful too :v:

Awesome Lists containing this project

README

        

# pmeinhardt/tools

Here you can find casks and formulae for a few small tools.

[![Checks](https://github.com/pmeinhardt/homebrew-tools/actions/workflows/run-checks.yml/badge.svg)](https://github.com/pmeinhardt/homebrew-tools/actions/workflows/run-checks.yml)

To use these:

```shell
brew tap pmeinhardt/tools
brew install
```

Or, short:

```shell
brew install pmeinhardt/tools/
```

In case you have a `Brewfile`:

```ruby
brew 'pmeinhardt/tools/'
```

More on [how to create and maintain a tap](https://github.com/Homebrew/brew/blob/master/docs/How-to-Create-and-Maintain-a-Tap.md)…