dotfiles/POSTINSTALL.md

11 lines
152 B
Markdown
Raw Normal View History

2019-10-03 11:31:16 +02:00
# Essential Packages
```bash
apt install git zsh
```
# Setup SSH
```
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "johnnie@posteo.de"
```