Skip to content

Commit

Permalink
update gitconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kowalczyk authored and Daniel Kowalczyk committed Mar 17, 2022
1 parent 2501ad2 commit f1bdc38
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions development/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@
autocrlf = false
editor = nvim
excludesfile = /Users/Daniel/.global_gitignore
[delta]
theme = 'nord'
[advice]
statusHints = false
[diff]
Expand All @@ -137,8 +135,15 @@
smudge = git-lfs smudge %f
required = true
[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
theme = 'nord'
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
[credential "https://github.com"]
helper =
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper =
helper = !/usr/bin/gh auth git-credential

0 comments on commit f1bdc38

Please sign in to comment.