From 7e6bcf2db2c98a9392eb813510902881c631641f Mon Sep 17 00:00:00 2001 From: navewindre Date: Sun, 13 Jul 2025 02:19:50 +0200 Subject: a --- copy-all.sh | 6 +++--- 1 file 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/ ~/ -- cgit v1.2.3