From 8074c63c713b6c3a9612d1a66c4f30b1025916e5 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 14 Aug 2026 18:44:56 +0200 Subject: [PATCH] feat: remove autocommit and push --- .chezmoi.toml.tmpl | 5 +---- .commit_message.tmpl | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .commit_message.tmpl diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index 3d8798f..067ff90 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -9,7 +9,4 @@ encryption = "age" [data] github_email = {{ $github_email | quote }} machineClass = {{ $machineClass | quote }} -[git] - autoPush = true - autoCommit = true - commitMessageTemplateFile = ".commit_message.tmpl" + ephemeral = {{ $ephemeral }} diff --git a/.commit_message.tmpl b/.commit_message.tmpl deleted file mode 100644 index cac79c5..0000000 --- a/.commit_message.tmpl +++ /dev/null @@ -1 +0,0 @@ -{{ promptString "Commit message" }}