Last active
May 5, 2021 01:53
-
-
Save thewisenerd/17d97bea9ebce27116cc36b94bffb699 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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