Skip to content

Degete/gitconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git

Gitconfig

Installation:

cd ~
git clone --recursive [email protected]:degete/gitconfig.git ~/.git
ln -s .git/gitconfig .gitconfig

GPG passphrase on macOS

You might want to have integration to store your keys on the Keychain in macOS, for that install

brew install pinentry-mac

Add the config to gpg-agent in order to work with pinentry-mac:

echo "pinentry-program $(which pinentry-mac)" >> ~/.gnupg/gpg-agent.conf

Restart gpg-agent in order to load the config, and you are ready to go:

killall gpg-agent

To check everything is up, you can execute the command which will ask your passphrase and will allow you to save it on the Keychain.

echo "Test" | gpg --clearsign

Releases

No releases published

Packages

No packages published