From 6fe0359cab36c6960293627166d6e5851eb052fe Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Wed, 23 Apr 2025 17:44:23 +0800 Subject: [PATCH] update chezmoi config --- .chezmoi.toml.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index b540f1d..df722fb 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -1,4 +1,8 @@ {{- $email := promptStringOnce . "email" "Email address" -}} +sourceDir = "~/.local/share/chezmoi" + +[edit] + command = "vim" [data] email = {{ $email | quote }}