Added configuration to prompt for config values on new machine.

This commit is contained in:
Stefan Gaiselmann (centos8) 2020-10-23 13:37:20 +02:00
parent d236594659
commit 4da0d1d765

5
.chezmoi.toml.tmpl Normal file
View File

@ -0,0 +1,5 @@
{{- $name := promptString "name" -}}
{{- $email := promptString "email" -}}
[data]
name = "{{ $name }}"
email = "{{ $email }}"