From 62baed3242a6f109e689042cd45ed56f6f432562 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 3 Feb 2026 22:11:08 -0700 Subject: [PATCH] chore(git): disable signing on exe.dev --- dot_config/git/config.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_config/git/config.tmpl b/dot_config/git/config.tmpl index 44c5e4aebb28816cd724873e6d6d1c56b14408bb..f6e3018cf09a655ba404415881ddb14bc3ec6028 100644 --- a/dot_config/git/config.tmpl +++ b/dot_config/git/config.tmpl @@ -36,10 +36,14 @@ signingkey = ~/.ssh/yk-mobile.pub {{- end }} [commit] +{{- if neq .chezmoi.username "exedev" }} gpgsign = true +{{- end }} verbose = true [tag] +{{- if neq .chezmoi.username "exedev" }} gpgsign = true +{{- end }} sort = version:refname [gpg] format = ssh