From 467ed9a120b45bc27bd1f34d0c9a6a5fc2f8c25c Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Mar 2024 16:42:14 +0100 Subject: [PATCH] Up. --- .chezmoi.toml | 4 ---- .chezmoi.yaml.tmpl | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 .chezmoi.toml create mode 100644 .chezmoi.yaml.tmpl diff --git a/.chezmoi.toml b/.chezmoi.toml deleted file mode 100644 index 68ca435..0000000 --- a/.chezmoi.toml +++ /dev/null @@ -1,4 +0,0 @@ -{{ $installSystemRustup := promptBoolOnce "Install rustup from system or asdf ?" true -}} - -[data.system] - rustup = {{ $installSystemRustup }} diff --git a/.chezmoi.yaml.tmpl b/.chezmoi.yaml.tmpl new file mode 100644 index 0000000..7c38108 --- /dev/null +++ b/.chezmoi.yaml.tmpl @@ -0,0 +1,4 @@ +{{ $email := promptString "email" -}} + +data: + email: {{ $email | quote }}