mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-21 23:55:07 +03:00
remove custom
This commit is contained in:
parent
e69f09152f
commit
b08af1f8ac
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ fi
|
||||||
echo "${ARROW} Installing dotfiles"
|
echo "${ARROW} Installing dotfiles"
|
||||||
$TEA git clone https://github.com/ivabus/dotfiles $HOME/.env/dotfiles
|
$TEA git clone https://github.com/ivabus/dotfiles $HOME/.env/dotfiles
|
||||||
mkdir -p $HOME/.env/dotfiles/zsh/plugins $HOME/.env/dotfiles/zsh/themes
|
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
|
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/custom/plugins/zsh-syntax-highlighting > /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
|
sh $HOME/.env/dotfiles/tools/link_env.sh
|
||||||
|
|
||||||
echo "${ARROW} Environment installed to $HOME/.env"
|
echo "${ARROW} Environment installed to $HOME/.env"
|
||||||
|
|
Loading…
Reference in a new issue