From 9814a7f5af42bf7cdb5ea6a1ef5dbb3a82627a49 Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Thu, 4 Nov 2021 16:24:14 +0100 Subject: [PATCH] added bootstrap file to install Vundle --- .config/yadm/bootstrap | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .config/yadm/bootstrap diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap new file mode 100755 index 0000000..918a5c0 --- /dev/null +++ b/.config/yadm/bootstrap @@ -0,0 +1,2 @@ +#!/bin/bash +git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim