These are instructions are for setting up your existing pass from the existing gpg keys and yubikey on a fresh Arch installation
yaourt -S pass gnupg2 pcsclite ccid yubikey-personalization hopenpgp-tools
systemctl enable pcscd.service
systemctl start pcscd.service
gpg --recv-keys --keyserver hkps://hkps.pool.sks-keyservers.net 217FD2E8
gpg --edit-key 217FD2E8
gpg --import /mnt/publickey.txt
pass init 217FD2E8
pass git init
pass git remote add origin [email protected]:bmansfield/password-store.git
pass git pull