Skip to content

Commit

Permalink
Enable secrets (Open secrets, anyone can find me.)
Browse files Browse the repository at this point in the history
  • Loading branch information
apaz-cli committed Feb 11, 2025
1 parent 9976c18 commit 0007917
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/"
Expand Down

0 comments on commit 0007917

Please sign in to comment.