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
- Host: GitHub
- URL: https://github.com/dashaun/brew-installs
- Owner: dashaun
- Created: 2019-11-28T08:56:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T09:21:22.000Z (over 6 years ago)
- Last Synced: 2025-06-11T06:04:05.265Z (12 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```