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 ```