diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl new file mode 100644 index 0000000..69af6b3 --- /dev/null +++ b/.chezmoi.toml.tmpl @@ -0,0 +1,5 @@ +{{- $name := promptString "name" -}} +{{- $email := promptString "email" -}} +[data] + name = "{{ $name }}" + email = "{{ $email }}"