From d12822daa31b54e35c0426b9817acfcf6cd2bc23 Mon Sep 17 00:00:00 2001 From: Yarne Coppens Date: Wed, 30 Jul 2025 15:21:33 +0200 Subject: [PATCH] Added config template --- .chezmoi.toml.tmpl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .chezmoi.toml.tmpl diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl new file mode 100644 index 0000000..3df6280 --- /dev/null +++ b/.chezmoi.toml.tmpl @@ -0,0 +1,3 @@ +[git] + autoCommit = true + autoPush = true