diff --git a/.gitconfig b/.gitconfig index 299703d..0ef1ac7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,8 +1,13 @@ [core] - editor = atom --wait + editor = vim [user] name = Vincent Composieux email = vincent@composieux.fr + signingkey = 7306974ABA6382AC +[commit] + gpgsign = true +[gpg] + program = gpg1 [color] branch = auto diff = auto