dotfiles/POSTINSTALL.md

11 lines
177 B
Markdown

# Essential Packages
```bash
apt install git zsh inotify-tools borgbackup
```
# Setup SSH
```
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "johnnie@posteo.de"
```