This commit is contained in:
jay 2023-02-26 23:54:56 +08:00
parent 279d90df27
commit 282b32e7ad
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
{{- $installGo := promptBool "installGo" true -}}
{{- $installNode := promptBool "installNode" true -}}
{{- $installRust := promptBool "installRust" true -}}
[data.gitconfig]
email = {{ $email | quote }}
@ -36,3 +37,4 @@
[data.dev]
golang = {{ $installGo }}
nodejs = {{ $installNode }}
rust = {{ $installRust }}