From fa95b41e5183ea85e1b7c352a50c73b9490ecd76 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Wed, 7 Oct 2020 22:19:58 +0200 Subject: [PATCH] git: Add delta --- home/.gitconfig | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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