Add 'POSTINSTALL.md'

Este commit está contenido en:
inhji 2019-10-03 11:31:16 +02:00
padre f44cd0a915
commit fad234bab1
Se han modificado 1 ficheros con 11 adiciones y 0 borrados

11
POSTINSTALL.md Archivo normal
Ver fichero

@ -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"
```