#!/bin/sh TEMPDIR=$(mktemp -d) git clone --depth=1 $1 $TEMPDIR cd $TEMPDIR nvim .