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.
- Host: GitHub
- URL: https://github.com/dgrebb/dotfiles
- Owner: dgrebb
- License: cc0-1.0
- Created: 2023-09-16T22:47:46.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-13T04:22:05.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:16:11.274Z (over 1 year ago)
- Language: Shell
- Size: 2.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).