Installation

You have to enable the extension support for pass by exporting the following variable.

export PASSWORD_STORE_ENABLE_EXTENSIONS=true

Copy the script keybase.bash to your extension directory.

Quick and Dirty

via curl

mkdir ~/.password-store/.extensions
cd ~/.password-store/.extensions
curl -fsSL https://raw.githubusercontent.com/mbauhardt/pass-keybase/master/keybase.bash -o keybase.bash
chmod u+x keybase.bash

via wget

mkdir ~/.password-store/.extensions
cd ~/.password-store/.extensions
wget https://raw.githubusercontent.com/mbauhardt/pass-keybase/master/keybase.bash -O
chmod u+x keybase.bash