#!/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"