update
This commit is contained in:
parent
279d90df27
commit
282b32e7ad
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user