Skip to content

PasswordStore

Nicola Strappazzon. edited this page Apr 19, 2025 · 2 revisions
export GPG_TTY=$(tty)
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye > /dev/null
git clone git@github.com:nicola-strappazzon/pass.git .password-store/

Clone this wiki locally