aboutsummaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig26
1 files changed, 26 insertions, 0 deletions
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