diff options
author | William Carroll <wpcarro@gmail.com> | 2021-10-23T23·42-0700 |
---|---|---|
committer | wpcarro <wpcarro@gmail.com> | 2022-01-08T05·53+0000 |
commit | 3693221522dd8d4ad3176680ff641018b876488e (patch) | |
tree | 761d7d97cb902b5974596f1c8365cc28f01ee4f3 /users/wpcarro | |
parent | a415bdaeb542b09d821fe9c9bee7906071f41a25 (diff) |
chore(wpcarro): Update README.md r/3550
Format GPG section to (hopefully) improve readability. Change-Id: Ief731ea640efc2233cc691b0b06a46500eef5672 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4794 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
Diffstat (limited to 'users/wpcarro')
-rw-r--r-- | users/wpcarro/README.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/users/wpcarro/README.md b/users/wpcarro/README.md index b035f968007b..2705659ba2ca 100644 --- a/users/wpcarro/README.md +++ b/users/wpcarro/README.md @@ -39,6 +39,8 @@ Below I have outlined a few projects that you might find interesting. - Ensure Nix is installed. - Ensure direnv is installed. - Ensure `~/.password-store` exists. -- Run `.gnupg/export.sh` from a computer with my gpg credentials. Run - `.gnupg/import.sh` from the new machine. +- Transfer GPG stuffs: + - old computer: `configs/.gnupg/export.sh $outdir` + - new computer: `configs/.gnupg/import.sh <path-to-zip>` + from the new machine. - Consult `Makefile`. |