From 9c5ef9acdc68818d09564b35b2f64c9a2d4bdcdc Mon Sep 17 00:00:00 2001 From: tea Date: Thu, 18 Apr 2024 21:33:01 +0200 Subject: [PATCH] git: name change, remove absolute paths --- .config/git/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/git/config b/.config/git/config index 6f43e71..a279c24 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,14 +1,14 @@ [user] - email = tastytea@tastytea.de - name = tastytea + email = tea@tastytea.de + name = tea signingkey = ~/.ssh/id_ed25519 [init] - templateDir = /home/tastytea/.config/git/template + templateDir = ~/.config/git/template defaultBranch = main [gpg] format = ssh [gpg "ssh"] - allowedSignersFile = /home/tastytea/.ssh/allowed_signers + allowedSignersFile = ~/.ssh/allowed_signers [push] default = simple autoSetupRemote = true