From 273d521484531052cc52e47d5780b194f7e1197b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 9 Apr 2026 18:37:00 -0400 Subject: [PATCH] [readme] Add notes about next steps --- README.md | 8 ++++++++ bash/.aliases | 1 + 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 830a780..ede72a6 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,11 @@ Install the setup script: ```bash curl -fsSL https://code.lab.unbl.ink/secstate/dotfiles/raw/master/bin/.local/bin/setup.sh | bash ``` + +Pull your GPG keys: + +```bash +pullkeys +``` + +Setup your public keys on unbl.ink and github.com diff --git a/bash/.aliases b/bash/.aliases index d067c78..919a651 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -19,6 +19,7 @@ alias gpghup='gpgconf --kill gpg-agent && gpgconf --launch gpg-agent' alias dotup='(cd ~/.dotfiles && git pull public master && make)' alias djlogs="tail -f -n 50 /tmp/django.log" alias clogs="tail -f -n 50 /tmp/celery.log" +alias pullkeys="SSH_ASKPASS_REQUIRE='' scp -r powellc@nfs.service:~/.gnupg ~/" # Vrobbler shortcuts