Create bootstrap.sh file
This commit is contained in:
4
bootstrap.sh
Normal file
4
bootstrap.sh
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user