diff options
| -rw-r--r-- | copy-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copy-all.sh b/copy-all.sh index 5bc83a7..86cea0b 100644 --- a/copy-all.sh +++ b/copy-all.sh @@ -15,7 +15,7 @@ cp -rf ./icons/ ~/.icons cp -rf ./themes/ ~/.themes mkdir -p ~/.local/bin/ cp -rf ./bin ~/.local/bin/ -cp -rf ./home/ ~/ +cp -f ./home/* ~/ cp -f ./vimrc ~/.vimrc cp -f ./nvimrc ~/.nvimrc cp -f ./zshrc ~/.zshrc |
