Add 'POSTINSTALL.md'

This commit is contained in:
inhji 2019-10-03 11:31:16 +02:00
parent f44cd0a915
commit fad234bab1
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni

11
POSTINSTALL.md Normal file
Vedi File

@ -0,0 +1,11 @@
# Essential Packages
```bash
apt install git zsh
```
# Setup SSH
```
ssh-keygen -o -a 100 -t ed25519 -f ~/.ssh/id_ed25519 -C "johnnie@posteo.de"
```