2024-03-08 14:32:05 +00:00
|
|
|
[user]
|
|
|
|
email = lgcoelho@disroot.org
|
|
|
|
name = Luis Guilherme Coelho
|
|
|
|
signingkey = F164709E5FC7B32BAEC79F371F2E76ACE3F531C8
|
|
|
|
[color]
|
|
|
|
ui = true
|
2024-08-13 03:41:42 +00:00
|
|
|
[color "diff-highlight"]
|
|
|
|
oldNormal = red bold
|
|
|
|
oldHighlight = red bold 52
|
|
|
|
newNormal = green bold
|
|
|
|
newHighlight = green bold 22
|
|
|
|
[color "diff"]
|
|
|
|
meta = yellow
|
|
|
|
frag = magenta bold
|
|
|
|
commit = yellow bold
|
|
|
|
old = red bold
|
|
|
|
new = green bold
|
|
|
|
whitespace = red reverse
|
2024-03-08 14:32:05 +00:00
|
|
|
[core]
|
|
|
|
editor = kak
|
2024-08-13 03:41:42 +00:00
|
|
|
pager = diff-so-fancy | less --tabs=4 -RFX
|
2024-03-08 14:32:05 +00:00
|
|
|
[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
|
2024-08-13 03:41:42 +00:00
|
|
|
[interactive]
|
|
|
|
diffFilter = diff-so-fancy --patch
|