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