From 580170f42e4e390fdf1e4ec2940c49b834d2978a Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Thu, 26 Sep 2024 18:00:37 -0500 Subject: [PATCH] Update README instructions --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) 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 + ```