How to configure gopass in a new system
- Posted: August 22, 2025
- Updated: August 22, 2025
- Export you GPG key
- Import your GPG key in the destination machine
- 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