From 89ec91d22387f1138fa89ce421a7aa30da304dcd Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 25 Dec 2023 14:38:07 -0500 Subject: [PATCH] Added chezmoi config files --- .chezmoi.yaml.ympl | 9 +++++++++ .chezmoiignore | 3 +++ .chezmoiiremove | 0 3 files changed, 12 insertions(+) create mode 100644 .chezmoi.yaml.ympl create mode 100644 .chezmoiignore create mode 100644 .chezmoiiremove diff --git a/.chezmoi.yaml.ympl b/.chezmoi.yaml.ympl new file mode 100644 index 0000000..3924155 --- /dev/null +++ b/.chezmoi.yaml.ympl @@ -0,0 +1,9 @@ +{{- $personal := false -}}{{/* true if this is a personal machine */}} + +{{- $personal = promptBool "personal" -}} + +format: yaml + +data: + name: "Eric Renfro" + personal: {{ $personal | quote }} diff --git a/.chezmoiignore b/.chezmoiignore new file mode 100644 index 0000000..bd56a4f --- /dev/null +++ b/.chezmoiignore @@ -0,0 +1,3 @@ +.github +LICENSE +README.md diff --git a/.chezmoiiremove b/.chezmoiiremove new file mode 100644 index 0000000..e69de29