Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astzweig/homebrew-formulae
- Owner: astzweig
- Created: 2024-07-26T02:01:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T09:20:25.000Z (5 months ago)
- Last Synced: 2024-08-07T02:32:07.017Z (5 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ""
```