From fc98ec938a352046484526501ee1c4f04a3b70a6 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 30 Sep 2024 18:39:02 -0400 Subject: [PATCH] Added template for config --- .chezmoi.toml.tmpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .chezmoi.toml.tmpl diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl new file mode 100644 index 0000000..d6a4d45 --- /dev/null +++ b/.chezmoi.toml.tmpl @@ -0,0 +1,5 @@ +encryption = "gpg" +[gpg] + symmetric = true + args = ["--batch", "--no-symkey-cache"] +