all repos

dotfiles @ ad443ef088214004149b277d9d8173b280020deb

i use rach linux btw
1 files changed, 2 insertions(+), 2 deletions(-)
Update install.sh
Author: Smirnov Aleksandr 50584123+Smirnov-O@users.noreply.github.com
Committed by: GitHub noreply@github.com
Committed at: 2020-05-29 19:29:45 +0300
Parent: 074d2bd
M install.sh
···
        12
        12
         read -p "Install vim config [y/n]: " VIM_CONF

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

      
        14
        14
         	sudo apt-get install vim vim-gui-common curl -y

      
        15
        
        -	curl -fLo ~.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

      
        
        15
        +	curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

      
        16
        16
         	mv vimrc ~/.vimrc

      
        17
        17
         fi

      
        18
        18
         

      ···
        40
        40
         	sudo apt-get install zsh curl git -y

      
        41
        41
         	sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

      
        42
        42
         	mv zshrc ~/.zshrc

      
        43
        
        -fi
      
        
        43
        +fi