This website works better with JavaScript.
Home
Help
Sign In
inhji
/
dotfiles
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add 'POSTINSTALL.md'
master
Inhji Y.
1 year ago
parent
f44cd0a915
commit
fad234bab1
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
POSTINSTALL.md
+ 11
- 0
POSTINSTALL.md
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"
```
Write
Preview
Loading…
Cancel
Save