From 66337b64c168637221db91bc5e9ecb8491288086 Mon Sep 17 00:00:00 2001 From: navewindre Date: Mon, 16 Jun 2025 04:27:25 +0200 Subject: missing cfgs --- copy-all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'copy-all.sh') 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 -- cgit v1.2.3