[readme] Add notes about next steps
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user