This commit is contained in:
inhji 2019-10-03 11:31:16 +02:00
джерело f44cd0a915
коміт fad234bab1
1 змінених файлів з 11 додано та 0 видалено

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