diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-17 17:35:31 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-17 17:35:31 +0200 |
| commit | 150c2fa595128b1d7ff8f1cc35e44b760c73b2ef (patch) | |
| tree | 0d83472720f640baf83801267d3304385cf13006 /.config/git | |
| parent | 54200aef4ab21a2b9732099e2d5940e6284c821d (diff) | |
| download | dotfiles-150c2fa595128b1d7ff8f1cc35e44b760c73b2ef.tar.gz dotfiles-150c2fa595128b1d7ff8f1cc35e44b760c73b2ef.zip | |
misc: move .gitconfig → .config/git/config
Diffstat (limited to '.config/git')
| -rw-r--r-- | .config/git/config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config new file mode 100644 index 0000000..53d6404 --- /dev/null +++ b/.config/git/config @@ -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 |
