From ad443ef088214004149b277d9d8173b280020deb Mon Sep 17 00:00:00 2001 From: Smirnov Aleksandr <50584123+Smirnov-O@users.noreply.github.com> Date: Fri, 29 May 2020 19:29:45 +0300 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 796acb8..5908856 100644 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ fi read -p "Install vim config [y/n]: " VIM_CONF if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then sudo apt-get install vim vim-gui-common curl -y - curl -fLo ~.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim + curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim mv vimrc ~/.vimrc fi @@ -40,4 +40,4 @@ if [[ "$ZSH_CONF" = "y" ]] || [[ "$ZSH_CONF" = "Y" ]]; then sudo apt-get install zsh curl git -y sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" mv zshrc ~/.zshrc -fi \ No newline at end of file +fi