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