Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mroth/dotfiles
:o: My dotfiles repository. There are many like it, but this one is mine.
https://github.com/mroth/dotfiles
dotfiles shell
Last synced: 3 months ago
JSON representation
:o: My dotfiles repository. There are many like it, but this one is mine.
- Host: GitHub
- URL: https://github.com/mroth/dotfiles
- Owner: mroth
- Created: 2012-12-01T22:06:09.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T19:13:43.000Z (11 months ago)
- Last Synced: 2024-05-21T12:23:00.067Z (8 months ago)
- Topics: dotfiles, shell
- Language: Shell
- Homepage:
- Size: 142 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
My .dotfiles repository. _There are many like it, but this one is mine._
Currently managed via [chezmoi](https://github.com/twpayne/chezmoi).
## New Mac
1. Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
2. Install brewfile apps
curl https://raw.githubusercontent.com/mroth/dotfiles/main/dot_Brewfile -o ~/.Brewfile
brew bundle --global3. Install dotfiles
chezmoi init mroth --apply