radix/files/git/config

28 lines
550 B
Plaintext

[user]
email = lgcoelho@disroot.org
name = Luis Guilherme Coelho
signingkey = F164709E5FC7B32BAEC79F371F2E76ACE3F531C8
[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 --oneline
see-all = log --graph --all --oneline
last = log -1 HEAD
unstage = reset HEAD
root = rev-parse --show-toplevel
[credential]
helper = cache
[commit]
gpgsign = true