diff --git a/README.md b/README.md index 47b1e59..fd10b4d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,26 @@ My (new) Dotfiles ================= -1. `chezmoi init git@git.sr.ht:~danbarber/dotfiles` +1. Install `chezmoi` -2. `chezmoi apply` + ```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 + ```