소스 검색

Add vim-plug installation to install script

Frans Bergman 5 년 전
부모
커밋
fb3f5c383b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      install.sh

+ 4 - 0
install.sh

@@ -14,6 +14,10 @@ do
     ln -s $(realpath $f) ~/
 done
 
+fancy_print "Installing vim-plug"
+curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
+        https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
+
 fancy_print "Sourcing .profile and .aliases"
 . ./.profile
 . ./.aliases