Add force for cp
This commit is contained in:
parent
08a669a939
commit
7a2509b46f
1 changed files with 9 additions and 9 deletions
|
@ -4,16 +4,16 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/too
|
|||
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||
|
||||
rm -rf ~/.config/autostart/*
|
||||
cp ./.config ~ -r
|
||||
cp ./.zcustom ~ -r
|
||||
cp ./.doom.d ~ -r
|
||||
cp ./.config ~ -rf
|
||||
cp ./.zcustom ~ -rf
|
||||
cp ./.doom.d ~ -rf
|
||||
|
||||
cp ./.zshrc ~
|
||||
cp ./.profile ~
|
||||
cp ./.xsession ~
|
||||
cp ./.ideavimrc ~
|
||||
cp ./.vimrc ~
|
||||
cp ./.gitconfig ~
|
||||
cp ./.zshrc ~ -f
|
||||
cp ./.profile ~ -f
|
||||
cp ./.xsession ~ -f
|
||||
cp ./.ideavimrc ~ -f
|
||||
cp ./.vimrc ~ -f
|
||||
cp ./.gitconfig ~ -f
|
||||
|
||||
if [ -n "$(command -v vim)" ]; then
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
|
|
Loading…
Reference in a new issue