1 files changed,
2 insertions(+),
2 deletions(-)
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