summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/git/config21
1 files changed, 0 insertions, 21 deletions
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