dotfiles/.gitconfig

35 lines
843 B
INI

[user]
name = Sergio Laín
email = sergiolain11@gmail.com
[safe]
directory = Repos/
[credential "https://github.com"]
username = Matt-FTW
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = main
[protocol "file"]
allow = always
[credential]
helper = libsecret
[core]
editor = nvim
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
side-by-side = true
line-numbers = true
syntax-theme = Monokai Extended
[merge]
conflictstyle = diff3
[pager]
blame = delta
[diff]
colorMoved = default