Add force for cp

This commit is contained in:
Leon Grünewald 2021-08-08 18:09:47 +02:00
parent 08a669a939
commit 7a2509b46f

View file

@ -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 \