Fix lazygit config path for macOS, add delta gruvbox theme to gitconfig

This commit is contained in:
Harivansh Rathi 2026-02-14 23:38:00 -05:00
parent 1ecc929863
commit 7216720bc3
3 changed files with 39 additions and 4 deletions

View file

@ -28,6 +28,13 @@
old = red bold
new = green bold
whitespace = red reverse
[delta]
syntax-theme = gruvbox-dark
hunk-header-style = omit
minus-style = syntax "#3c1f1e"
minus-emph-style = syntax "#72261d"
plus-style = syntax "#1d2c1d"
plus-emph-style = syntax "#2b4a2b"
[push]
autoSetupRemote = true
[diff-so-fancy]