aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2021-11-11 14:30:45 +0900
committernsfisis <nsfisis@gmail.com>2021-11-11 14:30:45 +0900
commit74681e966d715bc022aad5b4d652f0737735ea50 (patch)
treee6e94cb77c69d418087d789522e9386a1ac42870
parent22b08e5db4e352dfc2fa70be05dcf1df4c44c177 (diff)
downloaddotfiles-74681e966d715bc022aad5b4d652f0737735ea50.tar.gz
dotfiles-74681e966d715bc022aad5b4d652f0737735ea50.tar.zst
dotfiles-74681e966d715bc022aad5b4d652f0737735ea50.zip
setup.sh: download plug.vim
-rwxr-xr-xsetup.sh5
1 files changed, 5 insertions, 0 deletions
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 \