feat: .gitconfig

This commit is contained in:
Jamie Albert
2025-11-12 01:40:30 +00:00
parent 3ebb8c54f1
commit 494b47d9ac

13
dotfiles/git/.gitconfig Normal file
View File

@@ -0,0 +1,13 @@
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Jamie Albert
email = git.747@flatmail.me
signingkey = C975E3BEF2BA3276
[commit]
gpgsign = true
[tag]
gpgSign = true