personal dotfiles: my Hyprland config
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -9,12 +9,37 @@ grepn = grep -n recommit = commit -C 'HEAD@{1}' mod = !git diff HEAD --relative | diff-so-fancy | grep \"@.*@\" | cut -d\" \" -f2 | grep -v \"^$\" | grep -v \"*\" | uniq: + [core] pager = diff-so-fancy | less --tabs=4 -RFX + #pager = delta +[merge] + conflictstyle = diff3 +[diff] + colorMoved = default + [interactive] diffFilter = diff-so-fancy --patch + #diffFilter = delta --color-only +[add.interactive] + useBuiltin = false # required for git 2.37.0 + [sendemail] smtpserver = smtp.gmail.com smtpuser = zach.decook@bettercarpeople.com smtpencryption = tls smtpserverport = 587 +[color] + ui = true +[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 |