mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-13 09:42:27 +00:00
Correct GPG bootstrap
This commit is contained in:
@@ -7,4 +7,4 @@ Install-Module -Name PSDotFiles -Scope CurrentUser
|
||||
# Fix git, SSH and GPG to external executables
|
||||
[Environment]::SetEnvironmentVariable('GIT_SSH', "$ENV:SystemRoot\System32\OpenSSH\ssh.exe", 'User')
|
||||
[Environment]::SetEnvironmentVariable('GNUPGHOME', "$ENV:APPDATA\gnupg", 'User')
|
||||
Invoke-Expression "git config --global gpg.program '/c/Program Files (x86)/GnuPG/bin/gpg.exe'"
|
||||
Invoke-Expression "git config --global gpg.program 'c:/Program Files (x86)/GnuPG/bin/gpg.exe'"
|
||||
Reference in New Issue
Block a user