summaryrefslogtreecommitdiffstats
path: root/root-install.sh
blob: c6811bedb5e9546e7bfac186903e94598d86d9d6 (plain)
1
2
3
4
5
6
7
8
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"