Changed the worktree to one directory back (i.e. $HOME) and simplified the setup

This commit is contained in:
2023-06-13 15:53:57 -04:00
parent 0ee1e7666e
commit d19e60cfc3
140 changed files with 59 additions and 168 deletions

10
dotfiles/ssh.md Normal file
View File

@@ -0,0 +1,10 @@
# Creating an elliptic curve keypair (ed25519)
* Create: `ssh-keygen -a 100 -t ed25519 -f ~/.ssh/filename`
* Schema check:
* `ssh-keygen -lf ~/.ssh/filename`
* `ssh-keygen -lf ~/.ssh/filename.pub`
# Linux
You might need to run `ssh-add ~/.ssh/id_rsa` after setting up your key.