1
0
This commit is contained in:
Jeff Lance 2024-03-03 16:42:14 +01:00
parent 55fc3042dc
commit 467ed9a120
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +0,0 @@
{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}}
[data.system]
rustup = {{ $installSystemRustup }}

4
.chezmoi.yaml.tmpl Normal file
View File

@ -0,0 +1,4 @@
{{ $email := promptString "email" -}}
data:
email: {{ $email | quote }}