summaryrefslogtreecommitdiffstats
path: root/curl-install.sh
diff options
context:
space:
mode:
authorAgathe Porte <microjoe@microjoe.org>2020-05-06 11:34:08 +0200
committerAgathe Porte <microjoe@microjoe.org>2020-05-06 11:39:28 +0200
commitb59c6546fd3ddd37e458e05024fae0618265c6cb (patch)
tree073574b8cccd0974c97ad7999c1e236ec0402de1 /curl-install.sh
downloadbepo.vim-b59c6546fd3ddd37e458e05024fae0618265c6cb.tar.gz
bepo.vim-b59c6546fd3ddd37e458e05024fae0618265c6cb.zip
initial commit
Diffstat (limited to 'curl-install.sh')
-rwxr-xr-xcurl-install.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/curl-install.sh b/curl-install.sh
new file mode 100755
index 0000000..62b77ed
--- /dev/null
+++ b/curl-install.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+ORIGIN=https://git.microjoe.org/MicroJoe/bepo.vim
+DESTDIR=~/.vim/pack/microjoe/start/
+REPODIR="$DESTDIR/bepo.vim"
+
+mkdir -p "$DESTDIR"
+git clone "$ORIGIN" "$REPODIR"