Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rafi/homebrew-tap

My personal homebrew tap
https://github.com/rafi/homebrew-tap

homebrew macos ruby

Last synced: about 3 hours ago
JSON representation

My personal homebrew tap

Awesome Lists containing this project

README

        

# Rafi's Homebrew tap

## User Install

```sh
brew tap rafi/tap
```

## Developer Guide

```sh
cd "$(brew --prefix)/Library/Taps"
mkdir rafi
cd rafi
ln -s ~/code/pkg/tap homebrew-tap
```