فهرست منبع

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