cmc/dotfiles

Using GNU Stow to manage my dotfiles.

clone: git clone https://gitbay.org/cmc/dotfiles.git

ded435a422b7335ac0a647333d9ca591f46fa5c8

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-02-16T00:25:08Z

force GPG sigs
 common/git/.gitconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/common/git/.gitconfig b/common/git/.gitconfig
index ea494ad..1294368 100644
--- a/common/git/.gitconfig
+++ b/common/git/.gitconfig
@@ -8,7 +8,10 @@
 	editor = emacs
 	autocrlf = input
 	untrackedCache = true
-
+[commit]
+	gpgsign = true
+[gpg]
+    program = gpg
 [alias]
 	# Quick status and logs
 	st = status