How to configure gopass in a new system

  • Posted: August 22, 2025
  • Updated: August 22, 2025
  1. Export you GPG key
  2. Import your GPG key in the destination machine
  3. Clone your pass repository
# Source machine:
gpg2 --export-secret-keys $KEY_ID > key.gpg

# Destine machine:
gpg2 --import key.gpg
git clone $REPO
export PASSWORD_STORE_DIR=$PATH_TO_REPO