Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/astzweig/homebrew-formulae

🍺 Homebrew tap for tools of Astzweig
https://github.com/astzweig/homebrew-formulae

Last synced: about 1 month ago
JSON representation

🍺 Homebrew tap for tools of Astzweig

Awesome Lists containing this project

README

        

# Astzweig Formulae

This [Homebrew](https://brew.sh) tap contains formulae for all of Astzweig's
homemade command line tools and executables, so that they can nicely be installed
using `brew`.

## How do I install these formulae?
You can either install a single formula:

```sh
> brew install astzweig/formulae/
```

Or tap the whole repository, so that you can use the usual `brew install`:

```sh
> brew tap astzweig/formulae
> brew install
```

Or, in a [`brew bundle`](https://github.com/Homebrew/homebrew-bundle) `Brewfile`:

```ruby
tap "astzweig/formulae"
brew ""
```