Create bootstrap.sh file

This commit is contained in:
2021-03-20 20:40:23 +03:00
parent 0954175cb9
commit 2a96435dc7

4
bootstrap.sh Normal file
View 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