diff options
| -rw-r--r-- | copy-all.sh | 6 |
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/ ~/ |
