35 lines
659 B
Plaintext
35 lines
659 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
|
|
[credential "https://github.com"]
|
|
helper =
|
|
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|
|
[credential "https://gist.github.com"]
|
|
helper =
|
|
helper = !/home/menno/.nix-profile/bin/gh auth git-credential
|