diff --git a/home/.gitconfig b/home/.gitconfig index e47f1bd..8d1434d 100644 --- a/home/.gitconfig +++ b/home/.gitconfig @@ -8,6 +8,7 @@ [core] excludesfile = ~/.gitignore + pager = delta quotepath = off [filter "lfs"] @@ -18,3 +19,18 @@ [pull] ff = only + +[interactive] + diffFilter = delta --color-only + +[delta] + line-numbers = true + side-by-side = true + decorations = true + features = decorations + syntax-theme = base16 + +[delta "decorations"] + commit-decoration-style = bold yellow box ul + file-style = bold yellow ul + file-decoration-style = none