add delta for git

This commit is contained in:
nicco
2025-07-21 18:01:00 +02:00
parent a62a663a1e
commit 03098ec5d9
2 changed files with 7 additions and 0 deletions

View File

@@ -4,9 +4,12 @@
process = git-lfs filter-process
required = true
[core]
pager = delta
excludesfile = ~/.gitignore_global
autocrlf = input
ignorecase=false
[interactive]
diffFilter = delta --color-only
[pull]
rebase = false
@@ -27,3 +30,6 @@
[include]
path = ~/.gitconfig.local
[delta]
navigate = true

View File

@@ -20,6 +20,7 @@ with pkgs;
woff2
rsync
yq
delta
# Rust utils
bat