diff --git a/setup b/setup index 54e57af..9af3612 100644 --- a/setup +++ b/setup @@ -51,8 +51,6 @@ git clone https://github.com/apaz-cli/Dotfiles --depth=1 & pid1=$! git clone https://github.com/apaz-cli/Scripts --depth=1 & pid2=$! -#git clone https://github.com/apaz-cli/Secrets --depth=1 & -#pid3=$! #if [ "$(id -u)" -ne 0 ]; then # sudo sed -i "/#\$nrconf{restart} = 'i';/s/.*/\$nrconf{restart} = 'a';/" /etc/needrestart/needrestart.conf @@ -84,6 +82,9 @@ wait $pid1 wait $pid2 #wait $pid3 +# Install secrets repo. +git clone https://github.com/apaz-cli/Secrets --depth=1 + echo "Repos are cloned. Moving dotfiles into place..." cp Dotfiles/.bashrc "$HOME/.bashrc" cp -r Dotfiles/.nano* "$HOME/"