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

https://github.com/dgrebb/dotfiles

Collection of macos customizations and setup files.
https://github.com/dgrebb/dotfiles

Last synced: 4 months ago
JSON representation

Collection of macos customizations and setup files.

Awesome Lists containing this project

README

          

# dotfiles

Latest dotfiles.

## Files

### Brewfile

[Homebrew](https://brew.sh/) is a fantastic package manager for macos. One may keep a `Brewfile` which can be used to `brew bundle install`.

It's easy to generate one of these yourself. Just run `brew bundle dump` in a directory you'd like to save the `Brewfile`.

Big shoutout and thank you to @cliss for covering this in an [excellent post on caseyliss.com](https://www.caseyliss.com/2019/10/8/brew-bundle).