Remove delta

This commit is contained in:
Tony Grosinger 2021-07-29 14:13:19 -07:00
parent 5f675349a6
commit 44dfd0de35
4 changed files with 3 additions and 17 deletions

View File

@ -40,28 +40,15 @@
[core]
editor = vim
excludesfile = /home/tgrosinger/.gitignore_global
attributesfile = /home/tgrosinger/.gitattributes
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[delta]
features = side-by-side line-numbers
syntax-theme = Dracula
navigate = true
[interactive]
diffFilter = delta --color-only
excludesfile = /home/tgrosinger/.gitignore_global
pager = diff-so-fancy | less --tabs=4 -RFX
[branch]
autosetuprebase = always
[pull]
rebase = preserve
rebase = true
[log]
date = local

Binary file not shown.

Binary file not shown.

View File

@ -89,7 +89,6 @@ function performSetup() {
linkBin "${BIN_DIR}/exa-0.10.0" "exa"
linkBin "${BIN_DIR}/bat-0.18.2" "bat"
linkBin "${BIN_DIR}/jq-1.6" "jq"
linkBin "${BIN_DIR}/delta-0.8.3" "delta"
echo "Linking scripts"
linkBin "scripts/diff-highlight" "diff-highlight"