diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 0000000..af30038 --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# Install vim-plug +curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim \ No newline at end of file