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

https://github.com/dashaun/brew-installs

The stuff I have installed via brew
https://github.com/dashaun/brew-installs

Last synced: about 1 month ago
JSON representation

The stuff I have installed via brew

Awesome Lists containing this project

README

          

# brew-installs
My attempt at keeping track of what I have installed via homebrew

To get the Brewfile
```
brew bundle dump
```

To install everything in the Brewfile
```
brew bundle
```