[readme] Add notes about next steps

This commit is contained in:
2026-04-09 18:37:00 -04:00
parent 95a3407fcd
commit 273d521484
2 changed files with 9 additions and 0 deletions

View File

@ -13,3 +13,11 @@ Install the setup script:
```bash ```bash
curl -fsSL https://code.lab.unbl.ink/secstate/dotfiles/raw/master/bin/.local/bin/setup.sh | 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

View File

@ -19,6 +19,7 @@ alias gpghup='gpgconf --kill gpg-agent && gpgconf --launch gpg-agent'
alias dotup='(cd ~/.dotfiles && git pull public master && make)' alias dotup='(cd ~/.dotfiles && git pull public master && make)'
alias djlogs="tail -f -n 50 /tmp/django.log" alias djlogs="tail -f -n 50 /tmp/django.log"
alias clogs="tail -f -n 50 /tmp/celery.log" alias clogs="tail -f -n 50 /tmp/celery.log"
alias pullkeys="SSH_ASKPASS_REQUIRE='' scp -r powellc@nfs.service:~/.gnupg ~/"
# Vrobbler shortcuts # Vrobbler shortcuts