dotfiles/git/.gitconfig
Akemi Izuko de244f9ea7
Init again
The dotfiles are back
2023-12-23 20:13:47 -07:00

30 lines
384 B
INI

[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Emiliko Mirror
email = emiliko@mami2.moe
signingkey = ABCD1234LONGER
[core]
editor = nvim
excludesfile = ~/.gitignore_global
[color]
ui = true
[merge]
tool = vimdiff
[alias]
praise = blame
[commit]
gpgsign = true
[init]
defaultBranch = main