7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#!/usr/bin/bash
|
|
|
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
|
|
|
vim +'PlugInstall --sync' +qa
|