Added configuration to prompt for config values on new machine.
This commit is contained in:
parent
d236594659
commit
4da0d1d765
5
.chezmoi.toml.tmpl
Normal file
5
.chezmoi.toml.tmpl
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{{- $name := promptString "name" -}}
|
||||||
|
{{- $email := promptString "email" -}}
|
||||||
|
[data]
|
||||||
|
name = "{{ $name }}"
|
||||||
|
email = "{{ $email }}"
|
||||||
Loading…
Reference in New Issue
Block a user