summaryrefslogtreecommitdiffstats
path: root/root-install.sh
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-05-06 11:34:08 +0200
committerAgathe Porte <microjoe@microjoe.org>2020-05-06 11:39:28 +0200
commitb59c6546fd3ddd37e458e05024fae0618265c6cb (patch)
tree073574b8cccd0974c97ad7999c1e236ec0402de1 /root-install.sh
downloadbepo.vim-b59c6546fd3ddd37e458e05024fae0618265c6cb.tar.gz
bepo.vim-b59c6546fd3ddd37e458e05024fae0618265c6cb.zip
initial commit
Diffstat (limited to 'root-install.sh')
-rwxr-xr-xroot-install.sh9
1 files changed, 9 insertions, 0 deletions
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"