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

https://github.com/akopdev/homebrew-formulas

My personal Homebrew tap housing formulas for all my projects.
https://github.com/akopdev/homebrew-formulas

homebrew homebrew-formulas homebrew-tap

Last synced: 3 months ago
JSON representation

My personal Homebrew tap housing formulas for all my projects.

Awesome Lists containing this project

README

          

# Akop's Homebrew Tap

I'm using [Homebrew](https://brew.sh) to manage all installed software on both Linux and macOS machines.
You can check out my [dotfiles](https://github.com/akopdev/dotfiles) to find an up-to-date list of the software I use.

This repository is my personal Homebrew tap, housing formulas for all my projects.

## Install

```sh

# Enable this tap
brew tab akopdev/formulas

```

| Project | Description | Install |
| ----------------------------------------- | ------------------------------------------------------------------------------- | -------------------- |
| [nbcat](https://github.com/akopdev/nbcat) | Preview jupyter notebooks directly in your terminal think of it as cat, but for | `brew install nbcat` |