Add 'POSTINSTALL.md'

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