summaryrefslogtreecommitdiff
path: root/copy-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'copy-all.sh')
-rw-r--r--copy-all.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/copy-all.sh b/copy-all.sh
index 82199c3..296bf3d 100644
--- a/copy-all.sh
+++ b/copy-all.sh
@@ -7,8 +7,8 @@ if [ "$answer" != "y" ]; then
exit 1
fi
-cp -r ./config/* ~/.config/
-cp -r ./icons/* ~/.icons/
-cp -r ./themes/* ~/.themes/
+cp -rf ./config/* ~/.config/
+cp -rf ./icons/* ~/.icons/
+cp -rf ./themes/* ~/.themes/
cp ./vimrc ~/.vimrc
cp ./zshrc ~/.zshrc