diff options
| author | navewindre <boneyaard@gmail.com> | 2025-07-13 02:19:50 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2025-07-13 02:19:50 +0200 |
| commit | 7e6bcf2db2c98a9392eb813510902881c631641f (patch) | |
| tree | a6f3ff4bd64aa51c9fdc84bd22a8a974abf5944c /copy-all.sh | |
| parent | fd7746d9e93c554474cb8a7c5ab4b48cddaf8dc3 (diff) | |
a
Diffstat (limited to 'copy-all.sh')
| -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/ ~/ |
