diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-11 14:30:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-11 14:30:45 +0900 |
| commit | 74681e966d715bc022aad5b4d652f0737735ea50 (patch) | |
| tree | e6e94cb77c69d418087d789522e9386a1ac42870 | |
| parent | 22b08e5db4e352dfc2fa70be05dcf1df4c44c177 (diff) | |
| download | dotfiles-74681e966d715bc022aad5b4d652f0737735ea50.tar.gz dotfiles-74681e966d715bc022aad5b4d652f0737735ea50.tar.zst dotfiles-74681e966d715bc022aad5b4d652f0737735ea50.zip | |
setup.sh: download plug.vim
| -rwxr-xr-x | setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 \ |
