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