radix/files/git/config

26 lines
474 B
Plaintext

[user]
email = anemofilia@disroot.org
name = anemofilia
signingkey = 99D038B0CC2F735634D082F35A8F3D62C87A2B33
[color]
ui = true
[core]
editor = kak
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[init]
defaultBranch = main
[usern]
name = anemofilia
[alias]
see = log --graph --all --oneline
last = log -1 HEAD
unstage = reset HEAD
[credential]
helper = cache
[commit]
gpgsign = true