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