all repos

dotfiles @ 7c88833

i use rach linux btw
1 files changed, 7 insertions(+), 0 deletions(-)
Updata install.sh
Author: Smirnov Olexandr ss2316544@gmail.com
Committed at: 2020-06-15 21:39:37 +0300
Parent: 89d3d61
M install.sh
ยทยทยท
        45
        45
         	mv zshrc ~/.zshrc

      
        46
        46
         fi

      
        47
        47
         

      
        
        48
        +####################

      
        48
        49
         if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then

      
        49
        50
             clear

      
        50
        51
             echo "vim +source~/.vimrc +PlugInstall"

      
        51
        52
             echo "For install plugins in vim"

      
        52
        53
         fi

      
        
        54
        +if [[ "$ZSH_CONF" = "y" ]] || [[ "$ZSH_CONF" = "Y" ]]; then

      
        
        55
        +    echo "For change shell"

      
        
        56
        +    echo "chsh -s $(which zsh)"

      
        
        57
        +fi

      
        
        58
        +

      
        
        59
        +