pub fn install_plugin(source_url: &str, dest: &Path) -> Result<String, String>
git clone --depth=1 <url> <dest>, then git rev-parse HEAD. dest must not already exist.
git clone --depth=1 <url> <dest>
git rev-parse HEAD
dest