mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Update install.sh
This commit is contained in:
parent
074d2bd22d
commit
ad443ef088
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ fi
|
||||||
read -p "Install vim config [y/n]: " VIM_CONF
|
read -p "Install vim config [y/n]: " VIM_CONF
|
||||||
if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then
|
if [[ "$VIM_CONF" = "y" ]] || [[ "$VIM_CONF" = "Y" ]]; then
|
||||||
sudo apt-get install vim vim-gui-common curl -y
|
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
|
mv vimrc ~/.vimrc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue