diff --git a/config.windows.toml b/config.windows.toml index 58146ec..fada4dc 100644 --- a/config.windows.toml +++ b/config.windows.toml @@ -3,5 +3,5 @@ in="src/PowerShell/profile.ps1" out="~/Documents/WindowsPowerShell" [Git] -in="src/git/gitconfig" +in="src/git/gitconfig-win" out="~/.gitconfig" diff --git a/src/Git/gitconfig-win b/src/Git/gitconfig-win new file mode 100644 index 0000000..a0f18d4 --- /dev/null +++ b/src/Git/gitconfig-win @@ -0,0 +1,10 @@ +[user] + name = Edgar P. Burkhart + email = git@edgarpierre.fr + signingkey = 9833D3C5A25BD227 +[commit] + gpgsign = true +[tag] + gpgsign = true +[gpg] + program = C:\\Program Files (x86)\\GnuPG\\bin\\gpg.exe