dotfiles/config/git/gitconfig.linux
Menno van Leeuwen 6278eb6df5
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
refactor: update SSH signing keys and remove WSL configuration
2025-01-28 15:44:18 +01:00

29 lines
438 B
Plaintext

[user]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr
email = menno@vleeuwen.me
name = Menno van Leeuwen
[gpg]
format = ssh
[commit]
gpgsign = true
[color]
ui = true
[push]
autoSetupRemote = true
[pull]
rebase = false
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
[init]
defaultBranch = main