From 0555bbbaf8c5e4def35d25e9879117f51c8d7ca7 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 29 Mar 2026 20:19:06 +0200 Subject: feat(config): theme for bat and use delta for git --- .gitconfig | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitconfig (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..fdbaf13 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,26 @@ +[core] + pager = delta +[interactive] + diffFilter = delta --color-only +[commit] + gpgsign = true +[gpg] + format = ssh +[advice] + addIgnoredFile = false +[init] + defaultBranch = main +[push] + autoSetupRemote = true +[merge] + conflictStyle = zdiff3 +[filter "lfs"] + process = git-lfs filter-process + required = true + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f +[delta] + navigate = true # use n and N to move between diff sections + line-numbers = true + hyperlinks = true + features = diff-so-fancy -- cgit v1.2.3