summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 43c6cfa..981a3b8 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -5,11 +5,11 @@ configurations=( iocane bg bspwm cava neofetch mpd mpv ncmpcpp vim sxhkd polybar
save () {
mkdir config
- mkdir scripts
for i in "${configurations[@]}"; do
cp -r "$HOME/.config/$i" config/
done
+ rm -r scripts
cp -r "$HOME/.scripts" scripts
cp $HOME/.profile profile