From 4797b4342a1673d49fb956530b92a6b6c8042f6b Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Fri, 22 Aug 2025 14:06:43 -0500 Subject: feat(chezmoi): set auto commit and prompt for message --- .chezmoi.toml.tmpl | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.chezmoi.toml.tmpl') diff --git a/.chezmoi.toml.tmpl b/.chezmoi.toml.tmpl index fc66123..e25775c 100644 --- a/.chezmoi.toml.tmpl +++ b/.chezmoi.toml.tmpl @@ -34,3 +34,7 @@ [edit] command = "nvim" + +[git] + autoCommit = true + commitMessageTemplate = "{{ promptString \"Commit message\" }}" -- cgit v1.2.3