Skip to content

Instantly share code, notes, and snippets.

@Charl13
Last active June 23, 2021 09:25
Show Gist options
  • Save Charl13/0205e1e1fdfc5497ce6a3b5e30d9f150 to your computer and use it in GitHub Desktop.
Save Charl13/0205e1e1fdfc5497ce6a3b5e30d9f150 to your computer and use it in GitHub Desktop.
.gitconfig
[user]
email = charlie.vieillard@pxlwidgets.com
name = Charlie Vieillard
[pager]
diff = delta
log = delta
reflog = delta
show = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment