summaryrefslogtreecommitdiff
path: root/.chezmoi.toml.tmpl
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2025-08-22 14:06:43 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit4797b4342a1673d49fb956530b92a6b6c8042f6b (patch)
tree8fab95d5dd10ac872b479d60dda6c547023fa49b /.chezmoi.toml.tmpl
parent510346e10839934217cc0885cf724642f831212f (diff)
feat(chezmoi): set auto commit and prompt for message
Diffstat (limited to '.chezmoi.toml.tmpl')
-rw-r--r--.chezmoi.toml.tmpl4
1 files changed, 4 insertions, 0 deletions
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\" }}"