diff --git a/git/config b/git/config index bdbbcbd..20440c1 100644 --- a/git/config +++ b/git/config @@ -1,7 +1,7 @@ [user] name = Ben Kreeger email = ben@kree.gr - signingkey = 1F33DAF2F49E4046 + signingkey = D07159D934DFBF93 [core] editor = nvim compression = 0 diff --git a/zsh/mac.zsh b/zsh/mac.zsh index bc99715..080508f 100644 --- a/zsh/mac.zsh +++ b/zsh/mac.zsh @@ -5,3 +5,7 @@ alias rsyncdir="rsync -az --progress" CERT_PATH=$(python -m certifi) export SSL_CERT_FILE=${CERT_PATH} export REQUESTS_CA_BUNDLE=${CERT_PATH} + +export GPG_TTY="$(tty)" +export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) +gpgconf --launch gpg-agent