./vpass init <your-gpg-id>
Ignore pathspec errors.
./vpass add "Name of Password"
./vpass edit "Name of Password"
See https://www.passwordstore.org/ for further detail.
-
Find the GPG key ID of the recipient. This will be a hexadecimal string similar to
79DFFEFC5EC506356B7BCF00E5FEBCA4A034DD65
, and can be found with:gpg --list-key [email protected]
-
Edit
vault/.gpg-id
and add the key UID to the list. -
Re-encode the vault:
./vencrypt
-
Commit changes and push to GitHub
./vlist