mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Updata install.sh
This commit is contained in:
parent
89d3d6186e
commit
7c888331f8
1 changed files with 7 additions and 0 deletions
|
|
@ -45,8 +45,15 @@ if [[ "$ZSH_CONF" = "y" ]] || [[ "$ZSH_CONF" = "Y" ]]; then
|
||||||
mv zshrc ~/.zshrc
|
mv zshrc ~/.zshrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
####################
|
||||||
if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then
|
if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then
|
||||||
clear
|
clear
|
||||||
echo "vim +source~/.vimrc +PlugInstall"
|
echo "vim +source~/.vimrc +PlugInstall"
|
||||||
echo "For install plugins in vim"
|
echo "For install plugins in vim"
|
||||||
fi
|
fi
|
||||||
|
if [[ "$ZSH_CONF" = "y" ]] || [[ "$ZSH_CONF" = "Y" ]]; then
|
||||||
|
echo "For change shell"
|
||||||
|
echo "chsh -s $(which zsh)"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue