From 9d6dd348203b51de7fd61bf9a8d2e0c7a4d3e43e Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Wed, 6 May 2020 11:34:08 +0200 Subject: initial commit --- root-install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 root-install.sh (limited to 'root-install.sh') diff --git a/root-install.sh b/root-install.sh new file mode 100755 index 0000000..c6811be --- /dev/null +++ b/root-install.sh @@ -0,0 +1,9 @@ +#!/bin/sh +# +# Install the bepo.vim plugin for root, without actually cloning the repository +# again but just by copying the plugin. + +DESTDIR=/root/.vim/pack/microjoe/start/bepo.vim/ + +sudo mkdir -vp "$DESTDIR" +sudo cp -vr plugin "$DESTDIR" -- cgit v1.2.3