summaryrefslogtreecommitdiffstats
path: root/root-install.sh
diff options
context:
space:
mode:
authorRomain Porte <microjoe@microjoe.org>2020-05-06 11:34:08 +0200
committerRomain Porte <microjoe@microjoe.org>2020-05-06 11:39:28 +0200
commit9d6dd348203b51de7fd61bf9a8d2e0c7a4d3e43e (patch)
tree9371b836a91bd2be619aaf629f5f1ff29345a04a /root-install.sh
downloadbepo.vim-9d6dd348203b51de7fd61bf9a8d2e0c7a4d3e43e.tar.gz
bepo.vim-9d6dd348203b51de7fd61bf9a8d2e0c7a4d3e43e.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"