From 7a0ce08c4dcb0cd4629a86791b539679bbe251f9 Mon Sep 17 00:00:00 2001 From: Connor Johnstone Date: Mon, 14 Sep 2026 14:45:29 -0400 Subject: [PATCH] Link ~/.gitconfig, not ~/.config/git/config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Git reads both, and ~/.gitconfig wins. Linking only the XDG path left the stale ~/.gitconfig in charge, so system76 kept signing commits as a previous employer even after the cutover appeared to succeed — the symlink was correct and had no effect. --- meta/base.conf.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/base.conf.yaml b/meta/base.conf.yaml index ed09735..24f755e 100644 --- a/meta/base.conf.yaml +++ b/meta/base.conf.yaml @@ -23,5 +23,5 @@ ~/.config/htop: common/htop ~/.config/lf: common/lf ~/.config/starship.toml: common/starship.toml - ~/.config/git/config: common/git/config + ~/.gitconfig: common/git/config ~/.ssh/config: common/ssh/config