From 607e6a7da358adfba0caace046b876dafa4475c3 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Sun, 5 Feb 2023 12:50:18 +0100 Subject: [PATCH] fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a48e2fe..425b735 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,6 @@ ln -s $(pwd)/fonts $HOME/.fonts ln -s $(pwd)/aliases $HOME/.aliases ln -s $(pwd)/sshconfig $HOME/.ssh/config ln -s $(pwd)/bashrc $HOME/.bashrc -ln -s $(pwd)/tconfig $HOME/.gitconfig +ln -s $(pwd)/gitconfig $HOME/.gitconfig cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys ```