mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51: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
|
||||
fi
|
||||
|
||||
####################
|
||||
if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then
|
||||
clear
|
||||
echo "vim +source~/.vimrc +PlugInstall"
|
||||
echo "For install plugins in vim"
|
||||
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