From d81952fb56ebdec86b851705110e735f001cebb1 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Tue, 3 Oct 2023 21:17:36 -0400 Subject: Remove delta from git --- .config/git/config | 21 --------------------- 1 file changed, 21 deletions(-) (limited to '.config/git') diff --git a/.config/git/config b/.config/git/config index 16f0a91..75cbe50 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,3 @@ -[core] - pager = delta - [user] email = sam@samnystrom.dev name = Sam Nystrom @@ -9,7 +6,6 @@ defaultBranch = main [interactive] - diffFilter = delta --color-only singleKey = true [merge] @@ -28,20 +24,3 @@ [credential] helper = himitsu - -[delta] - navigate = true - side-by-side = true - line-numbers = true - features = catppuccin-macchiato - -[delta "catppuccin-macchiato"] - dark = true - minus-emph-style = normal "#a55e69" # 70% of red - minus-style = normal "#5e353b" # 40% of red - plus-emph-style = normal "#6a8c5f" - plus-style = normal "#41563a" - line-numbers-zero-style = "#939ab7" - line-numbers-minus-style = "#ed8796" - line-numbers-plus-style = "#a6da95" - syntax-theme = catppuccin-macchiato -- cgit v1.2.3