summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-05-18 10:53:02 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-05-18 10:53:02 +0200
commitb3db76b8a02711a9b7ceec612fb07a430f12a9ad (patch)
tree8b850780e43942f472fe079cc066ae02f1c30dda
parent5d0b19942d55dea5f30b2f1a58864cbec6522ba8 (diff)
downloaddotfiles-b3db76b8a02711a9b7ceec612fb07a430f12a9ad.tar.gz
dotfiles-b3db76b8a02711a9b7ceec612fb07a430f12a9ad.zip
feat: add `.gitconfig`
-rw-r--r--.gitconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
new file mode 100644
index 0000000..53d6404
--- /dev/null
+++ b/.gitconfig
@@ -0,0 +1,14 @@
+[user]
+ email = tvanbesi@proton.me
+ name = Thomas Vanbesien
+ signingkey = CF797F9F78EA7B21
+[core]
+ edit = nvim
+[commit]
+ gpgsign = true
+[tag]
+ gpgsign = true
+[init]
+ defaultBranch = master
+[alias]
+ st = status