# Restore System ## Metadata **Status**:: #x **Zettel**:: #zettel/fleeting **Created**:: [[2025-06-26]] ## Synopsis 1. Import pass GPG keys 2. Add the line `enable-ssh-support` into `~/.gnupg/gpg-agent.conf`. Run `gpg-agent` to start an agent. 3. `export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)` 4. Install gopass and clone the password-store.git. 5. Copy other GPG key passphrase and import them. 6. Clone dotfiles and continue