diff --git a/.gitignore b/.gitignore index bcce1b1..4976251 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ node_modules iTermServer-* lock config/iterm2/AppSupport +config/gnupg/S.* +config/gnupg/s +config/gnupg/private-keys-v1.d diff --git a/base/zshrc b/base/zshrc index b787b08..8cf15a1 100755 --- a/base/zshrc +++ b/base/zshrc @@ -48,6 +48,7 @@ load_antigen() x-have python && antigen bundle MichaelAquilina/zsh-autoswitch-virtualenv # these should be always available + antigen bundle gpg-agent antigen bundle brew antigen bundle tmux antigen bundle colored-man-pages diff --git a/config/gnupg/dirmngr.conf b/config/gnupg/dirmngr.conf new file mode 100644 index 0000000..18e8b1a --- /dev/null +++ b/config/gnupg/dirmngr.conf @@ -0,0 +1,2 @@ +disable-ipv6 +enable-ssh-support diff --git a/config/gnupg/gpg-agent.conf b/config/gnupg/gpg-agent.conf new file mode 100644 index 0000000..18e8b1a --- /dev/null +++ b/config/gnupg/gpg-agent.conf @@ -0,0 +1,2 @@ +disable-ipv6 +enable-ssh-support