logo

dotfiles

My dotfiles, one branch per machine, rebased on base git clone https://hacktivis.me/git/dotfiles.git
commit: b0979f8bfd9c258e28c54dd24190d8153a07dbd0
parent 2c25ef48c13ca3cbf15bfadb4cd38900077ff5a3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 22 Jan 2024 11:57:41 +0100

.gitconfig: Setup SSH for signing and enable by default

Diffstat:

M.gitconfig6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitconfig b/.gitconfig @@ -1,12 +1,12 @@ [user] email = contact@hacktivis.me name = Haelwenn (lanodan) Monnier - signingkey = DDC9237C14CF6F4DD847F6B390D93ACCFEFF61AE + signingkey = /home/haelwenn/.ssh/id_ed25519.pub [push] default = current gpgSign = if-asked [commit] - gpgSign = false + gpgSign = true [url "https:"] insteadOf = httpssh: [url "ssh:"] @@ -36,3 +36,5 @@ autoSquash = true [format] notes = yes +[gpg] + format = ssh