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 b940c1e..5bc83a7 100644
--- a/copy-all.sh
+++ b/copy-all.sh
@@ -10,9 +10,9 @@ fi
mkdir -p ~/.config
mkdir -p ~/.icons
mkdir -p ~/.themes
-cp -rf ./config/ ~/.config/
-cp -rf ./icons/ ~/.icons/
-cp -rf ./themes/ ~/.themes/
+cp -rf ./config/ ~/.config
+cp -rf ./icons/ ~/.icons
+cp -rf ./themes/ ~/.themes
mkdir -p ~/.local/bin/
cp -rf ./bin ~/.local/bin/
cp -rf ./home/ ~/