4 lines
148 B
Bash
4 lines
148 B
Bash
#!/bin/bash
|
|
|
|
# Install vim-plug
|
|
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |