From ecb040ad173a23a0996056e6a9f0afb0ff6b9174 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 25 Dec 2023 14:45:45 -0500 Subject: [PATCH] Fixed up config --- .chezmoi.yaml.ympl => .chezmoi.toml.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename .chezmoi.yaml.ympl => .chezmoi.toml.tmpl (58%) diff --git a/.chezmoi.yaml.ympl b/.chezmoi.toml.tmpl similarity index 58% rename from .chezmoi.yaml.ympl rename to .chezmoi.toml.tmpl index 3924155..131b473 100644 --- a/.chezmoi.yaml.ympl +++ b/.chezmoi.toml.tmpl @@ -2,8 +2,8 @@ {{- $personal = promptBool "personal" -}} -format: yaml +format = toml -data: - name: "Eric Renfro" - personal: {{ $personal | quote }} +[data] + name = "Eric Renfro" + personal = {{ $personal | quote }}