Add 'POSTINSTALL.md'

This commit is contained in:
inhji 2019-10-03 11:31:16 +02:00
parent f44cd0a915
commit fad234bab1
1 changed files with 11 additions and 0 deletions

11
POSTINSTALL.md Normal file
View 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"
```