https://github.com/elzup/brewfile
My brew backup
https://github.com/elzup/brewfile
brewfile env mac shell
Last synced: 8 months ago
JSON representation
My brew backup
- Host: GitHub
- URL: https://github.com/elzup/brewfile
- Owner: elzup
- Created: 2017-05-22T04:44:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-10-06T21:00:23.000Z (8 months ago)
- Last Synced: 2025-10-06T23:10:07.532Z (8 months ago)
- Topics: brewfile, env, mac, shell
- Language: Ruby
- Homepage:
- Size: 203 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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: