33 lines
516 B
Markdown
33 lines
516 B
Markdown
# Dotfiles
|
|
|
|
## Quick Install
|
|
|
|
Install the bootstrap script:
|
|
|
|
```bash
|
|
curl -fsSL https://code.lab.unbl.ink/secstate/dotfiles/raw/master/bin/.local/bin/bootstrap.sh | bash
|
|
```
|
|
|
|
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
|
|
```
|
|
|
|
Rekey:
|
|
```bash
|
|
rekey
|
|
```
|
|
|
|
Setup your public keys on unbl.ink and github.com:
|
|
|
|
- https://github.com/settings/keys
|
|
- https://code.lab.unbl.ink/user/settings/ssh
|
|
|