dotfiles/README.md
2024-09-26 18:00:37 -05:00

27 lines
304 B
Markdown

My (new) Dotfiles
=================
1. Install `chezmoi`
```sh
# macOS
$ brew install chezmoi
```
```sh
# CachyOS
$ paru chezmoi
```
2. Initialize
```sh
$ chezmoi init git@git.sr.ht:~danbarber/dotfiles
```
3. Apply
```sh
$ chezmoi apply
```