Explorar o código

Add vim-plug installation to install script

Frans Bergman %!s(int64=5) %!d(string=hai) anos
pai
achega
fb3f5c383b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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