From 2a96435dc7abfde191725820be47dc07274e8cc7 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Sat, 20 Mar 2021 20:40:23 +0300 Subject: [PATCH] Create bootstrap.sh file --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bootstrap.sh 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