From 74681e966d715bc022aad5b4d652f0737735ea50 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Nov 2021 14:30:45 +0900 Subject: setup.sh: download plug.vim --- setup.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'setup.sh') diff --git a/setup.sh b/setup.sh index e47d2aa..c98add7 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,10 @@ #!/bin/bash +if [ ! -f ~/dotfiles/.vim/autoload/plug.vim ]; then + echo "download: ~/dotfiles/.vim/autoload/plug.vim" + curl -fLo ~/dotfiles/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim +fi + for name in \ .emacs.d \ .gitconfig \ -- cgit v1.2.3-70-g09d2