From b08af1f8ac2a46bf6765d13b024a877682ec15c6 Mon Sep 17 00:00:00 2001 From: Ivan Bushchik Date: Sun, 25 Jun 2023 16:15:39 +0300 Subject: [PATCH] remove custom --- tools/env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/env.sh b/tools/env.sh index 71a1afe..b3c64b2 100755 --- a/tools/env.sh +++ b/tools/env.sh @@ -84,8 +84,8 @@ fi echo "${ARROW} Installing dotfiles" $TEA git clone https://github.com/ivabus/dotfiles $HOME/.env/dotfiles mkdir -p $HOME/.env/dotfiles/zsh/plugins $HOME/.env/dotfiles/zsh/themes -curl -fsSL https://raw.githubusercontent.com/ivabus/ivabus-zsh-theme/master/ivabus.zsh-theme -o $HOME/.env/dotfiles/zsh/custom/themes/ivabus.zsh-theme > /dev/null 2>&1 -git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.env/dotfiles/zsh/custom/plugins/zsh-syntax-highlighting > /dev/null 2>&1 +curl -fsSL https://raw.githubusercontent.com/ivabus/ivabus-zsh-theme/master/ivabus.zsh-theme -o $HOME/.env/dotfiles/zsh/themes/ivabus.zsh-theme > /dev/null 2>&1 +git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.env/dotfiles/zsh/plugins/zsh-syntax-highlighting > /dev/null 2>&1 sh $HOME/.env/dotfiles/tools/link_env.sh echo "${ARROW} Environment installed to $HOME/.env"