diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-29 12:30:37 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-01-29 12:30:37 -0500 |
commit | 6b3c30c700976b22d978fe6247682d6d183260af (patch) | |
tree | c57813f415025354a4098a3cedb32ad6ffe0f638 /home-config/gitconfig | |
parent | cd99ce84467b2d6140cf6805f80669d274d12274 (diff) |
Added chromium, delta is git pager, updated hyprland and friends
Diffstat (limited to 'home-config/gitconfig')
-rw-r--r-- | home-config/gitconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/home-config/gitconfig b/home-config/gitconfig index 6fa1c67..7b9df6a 100644 --- a/home-config/gitconfig +++ b/home-config/gitconfig | |||
@@ -8,6 +8,15 @@ | |||
8 | smudge = git-lfs smudge -- %f | 8 | smudge = git-lfs smudge -- %f |
9 | process = git-lfs filter-process | 9 | process = git-lfs filter-process |
10 | required = true | 10 | required = true |
11 | [core] | ||
12 | pager = delta | ||
13 | [interactive] | ||
14 | diffFilter = delta --color-only | ||
15 | [delta] | ||
16 | navigate = true | ||
17 | side-by-side = true | ||
18 | [merge] | ||
19 | conflictStyle = zdiff3 | ||
11 | [color] | 20 | [color] |
12 | ui = auto | 21 | ui = auto |
13 | [init] | 22 | [init] |