From 81aab4ab0e38e1c3dfcba82eef5ab8a7adac921e Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 9 Oct 2021 22:59:49 +0100 Subject: fixed recreating badly --- deploy.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 981a3b8..f7913f6 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,8 +35,10 @@ load () { read confirmation if [[ $confirmation == "confirm" ]]; then - cp -r config $HOME/.config - cp -r scripts $HOME/.scripts + mkdir -p $HOME/.config + cp -r config/* $HOME/.config + mkdir -p $HOME/.scripts + cp -r scripts/* $HOME/.scripts cp bashrc $HOME/.bashrc cp bash_aliases $HOME/.bash_aliases -- cgit v1.2.1