From f740e5925dc3c82b82f1a14ff49ba0dbf98b47fd Mon Sep 17 00:00:00 2001 From: Buddy Sandidge Date: Fri, 26 May 2023 19:01:46 -0700 Subject: [PATCH] Add template for default data --- .chezmoi.toml.tmpl | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .chezmoi.toml.tmpl diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl new file mode 100644 index 0000000..bb004a1 --- /dev/null +++ b/.chezmoi.toml.tmpl @@ -0,0 +1,6 @@ +{{- $hellotech := promptBoolOnce . "hellotech" "include work tools [false]" -}} +{{- $include_legacy := promptBoolOnce . "include_legacy" "include old scripts [false]" -}} + +[data] +hellotech = {{ $hellotech }} +include_legacy = {{ $include_legacy }}