From fad234bab1552605f6873bb4017a21c164218f71 Mon Sep 17 00:00:00 2001 From: inhji Date: Thu, 3 Oct 2019 11:31:16 +0200 Subject: [PATCH] Add 'POSTINSTALL.md' --- POSTINSTALL.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 POSTINSTALL.md diff --git a/POSTINSTALL.md b/POSTINSTALL.md new file mode 100644 index 0000000..0299bc4 --- /dev/null +++ b/POSTINSTALL.md @@ -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" +``` \ No newline at end of file