mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-09-03 17:30:39 +00:00
add delta for git
This commit is contained in:
@@ -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
|
||||
|
@@ -20,6 +20,7 @@ with pkgs;
|
||||
woff2
|
||||
rsync
|
||||
yq
|
||||
delta
|
||||
|
||||
# Rust utils
|
||||
bat
|
||||
|
Reference in New Issue
Block a user