Add gpg configuration to git
This commit is contained in:
parent
c94dbb7c33
commit
0c00ca07ad
1 changed files with 17 additions and 1 deletions
|
@ -12,7 +12,6 @@
|
|||
fd
|
||||
gcc
|
||||
neovide
|
||||
neovim
|
||||
nerdfonts
|
||||
nodejs
|
||||
pass
|
||||
|
@ -110,6 +109,23 @@
|
|||
enable = true;
|
||||
userName = "Marko Korhonen";
|
||||
userEmail = "marko@korhonen.cc";
|
||||
|
||||
extraConfig = {
|
||||
user.signingkey = "F2B9F713E7ED627336DD85E444FA3F28CD931BB0";
|
||||
commit = {
|
||||
gpgsign = true;
|
||||
signoff = true;
|
||||
};
|
||||
tag = {
|
||||
gpgsign = true;
|
||||
signoff = true;
|
||||
};
|
||||
merge = {
|
||||
prompt = false;
|
||||
conflictstyle = "diff3";
|
||||
tool = "nvim";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue