guix-config/dotfiles/git/.gitconfig

18 lines
457 B
INI
Raw Normal View History

2024-11-29 16:55:11 +00:00
[user]
name = Ray Miller
email = ray@1729.org.uk
signingkey = 2E19CF8255B6A04D55501F2C043F786C4CD681B8
[commit]
gpgsign = true
2024-11-29 16:55:11 +00:00
[core]
excludesfile = /home/ray/.gitignore_global
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main
[credential]
helper = !pass-git-helper $@