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