Skip to content

Instantly share code, notes, and snippets.

@thewisenerd
Last active May 5, 2021 01:53
Show Gist options
  • Save thewisenerd/17d97bea9ebce27116cc36b94bffb699 to your computer and use it in GitHub Desktop.
Save thewisenerd/17d97bea9ebce27116cc36b94bffb699 to your computer and use it in GitHub Desktop.
[delta]
features = decorations
[delta "decorations"]
navigate = true
file-style = bold ul
file-decoration-style = blue ul ol
zero-style = dim syntax
whitespace-error-style = 22 reverse
[diff]
guitool = kitty.gui
[difftool]
prompt = false
trustExitCode = true
[difftool "kitty.gui"]
cmd = kitty -o 'macos_quit_when_last_window_closed=yes' -o 'font_size=14' kitty +kitten diff $LOCAL $REMOTE
[alias]
gdiff = difftool -g --no-symlinks --dir-diff
delta = -c 'core.pager=delta' diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment