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

https://github.com/wmitsuda/brewdump

Dump of my personal homebrew installation; for my own use, but it could be helpful as an advice for others looking for software I use
https://github.com/wmitsuda/brewdump

homebrew

Last synced: 3 months ago
JSON representation

Dump of my personal homebrew installation; for my own use, but it could be helpful as an advice for others looking for software I use

Awesome Lists containing this project

README

        

# Instructions

Dump the current homebrew installation:

```brew bundle dump -f```

Install everything from the current dump:

```brew bundle```