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
|
curl -sL --proto-redir -all,https https://raw.githubusercontent.com/zplug/installer/master/installer.zsh | zsh
|
||||||
|
|
||||||
rm -rf ~/.config/autostart/*
|
rm -rf ~/.config/autostart/*
|
||||||
cp ./.config ~ -r
|
cp ./.config ~ -rf
|
||||||
cp ./.zcustom ~ -r
|
cp ./.zcustom ~ -rf
|
||||||
cp ./.doom.d ~ -r
|
cp ./.doom.d ~ -rf
|
||||||
|
|
||||||
cp ./.zshrc ~
|
cp ./.zshrc ~ -f
|
||||||
cp ./.profile ~
|
cp ./.profile ~ -f
|
||||||
cp ./.xsession ~
|
cp ./.xsession ~ -f
|
||||||
cp ./.ideavimrc ~
|
cp ./.ideavimrc ~ -f
|
||||||
cp ./.vimrc ~
|
cp ./.vimrc ~ -f
|
||||||
cp ./.gitconfig ~
|
cp ./.gitconfig ~ -f
|
||||||
|
|
||||||
if [ -n "$(command -v vim)" ]; then
|
if [ -n "$(command -v vim)" ]; then
|
||||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||||
|
|
Loading…
Reference in a new issue