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 /.gitconfig | |
| parent | 54200aef4ab21a2b9732099e2d5940e6284c821d (diff) | |
| download | dotfiles-150c2fa595128b1d7ff8f1cc35e44b760c73b2ef.tar.gz dotfiles-150c2fa595128b1d7ff8f1cc35e44b760c73b2ef.zip | |
misc: move .gitconfig → .config/git/config
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 53d6404..0000000 --- a/.gitconfig +++ /dev/null @@ -1,14 +0,0 @@ -[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 |
