Modify install-light for Mac OS

This commit is contained in:
Leon Grünewald 2021-11-08 15:05:43 +01:00
parent 1a82638336
commit 8b1c3062e2

View file

@ -4,17 +4,17 @@ 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 ~ -rf cp -rf ./.config ~
cp ./.zcustom ~ -rf cp -rf ./.zcustom ~
cp ./.doom.d ~ -rf cp -rf ./.doom.d ~
cp ./.zshrc ~ -f cp -f ./.zshrc ~
cp ./.zshenv ~ -f cp -f ./.zshenv ~
cp ./.profile ~ -f cp -f ./.profile ~
cp ./.xsession ~ -f cp -f ./.xsession ~
cp ./.ideavimrc ~ -f cp -f ./.ideavimrc ~
cp ./.vimrc ~ -f cp -f ./.vimrc ~
cp ./.gitconfig ~ -f cp -f ./.gitconfig ~
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 \