diff --git a/config/navi/christoph.cheat b/config/navi/christoph.cheat index 08c89de4..3cc6a07a 100644 --- a/config/navi/christoph.cheat +++ b/config/navi/christoph.cheat @@ -178,6 +178,27 @@ $ file: eza -1 # Monitor Nvidia GPUs watch -d -c -n 0.5 nvidia-smi +; =========================== +; GPG +; =========================== + +% gpg +# Generate a new GPG key +gpg --full-generate-key + +% gpg +# List GPG keys +gpg --keyid-format=long +$ mode: echo -e "--list-keys \tList public keys\n--list-secret-keys\tList private keys" --- --column 1 + +% gpg +# Delete GPG key +gpg --delete-secret-and-public-key + +% gpg +# Export public GPG key +gpg --export --armor --output + ; =========================== ; CODE ; ===========================