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

https://github.com/elzup/brewfile

My brew backup
https://github.com/elzup/brewfile

brewfile env mac shell

Last synced: 3 months ago
JSON representation

My brew backup

Awesome Lists containing this project

README

          

# Brewfile

Auto backup Brewfile by launchd.

## Installation

```sh
$ curl -sL https://raw.githubusercontent.com/elzup/Brewfile/master/install.sh | sh
```

## Restore

```sh
# Brewfile
brew bundle

# npm global
xargs npm install --global < ./npm-global-list
```

## Backup Schedule

Everyday 06:00

## Thanks

:rocket: https://github.com/munisystem/Brewfile :rocket: