From c048be7c65571ab775f24ccb53ed98369fd9c759 Mon Sep 17 00:00:00 2001 From: Christian Koptein Date: Sat, 30 Mar 2024 15:59:13 +0100 Subject: [PATCH] added lines to handle missing dirs / files --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f20f679..5f77472 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ ln -s $(pwd)/themes $HOME/.themes ln -s $(pwd)/fonts $HOME/.fonts ln -s $(pwd)/aliases $HOME/.aliases ln -s $(pwd)/sshconfig $HOME/.ssh/config +rm $HOME/.bashrc ln -s $(pwd)/bashrc $HOME/.bashrc ln -s $(pwd)/gitconfig $HOME/.gitconfig +mkdir -p $HOME/.ssh cat $(pwd)/pubkeys/* > ~/.ssh/authorized_keys ``` \ No newline at end of file