From 282b32e7ade49539496d5315c0c9072289d6457d Mon Sep 17 00:00:00 2001 From: jay Date: Sun, 26 Feb 2023 23:54:56 +0800 Subject: [PATCH] update --- .chezmoi.toml.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index a98bf83..fdb83d6 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -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 }}