Paws/Configs/Git/.gitconfig

45 lines
944 B
INI
Raw Normal View History

2024-10-27 19:56:41 +01:00
[core]
pager = delta
2024-12-01 22:34:14 +01:00
[commit]
gpgsign = true
2024-10-05 23:33:33 +02:00
[color]
2024-12-01 22:32:50 +01:00
# Use colors in Git commands that are capable of colored output when
# outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.)
2024-10-05 23:33:33 +02:00
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold # line info
old = red # deletions
new = green # additions
[color "status"]
added = yellow
changed = green
untracked = cyan
[credential]
helper = store
[interactive]
diffFilter = delta --color-only --features=interactive
2024-12-21 16:24:00 +01:00
[delta]
features = decorations
[delta "decorations"]
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax