summaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
Diffstat (limited to 'runs')
-rwxr-xr-xruns/neovim12
-rwxr-xr-xruns/notes6
-rwxr-xr-xruns/plan98
3 files changed, 26 insertions, 0 deletions
diff --git a/runs/neovim b/runs/neovim
new file mode 100755
index 0000000..5eab896
--- /dev/null
+++ b/runs/neovim
@@ -0,0 +1,12 @@
+#!/bin/zsh
+
+source ../util
+
+version="v0.10.2"
+
+git clone -b $version https://github.com/neovim/neovim.git $target/neovim
+sudo dnf install -y cmake gettext lua lua-libs
+cd $HOME/neovim
+make CMAKE_BUILD_TYPE=RelWithDebInfo
+make CMAKE_INSTALL_PREFIX=$target/bin install
+
diff --git a/runs/notes b/runs/notes
new file mode 100755
index 0000000..de5e525
--- /dev/null
+++ b/runs/notes
@@ -0,0 +1,6 @@
+#!/bin/zsh
+
+source ../util
+
+git clone git@github.com:JacobMcDonnell/notes.git $target/notes
+
diff --git a/runs/plan9 b/runs/plan9
new file mode 100755
index 0000000..7beff82
--- /dev/null
+++ b/runs/plan9
@@ -0,0 +1,8 @@
+#!/bin/zsh
+
+source ../util
+
+git clone https://github.com/9fans/plan9port.git $target/plan9
+cd $target/plan9
+./INSTALL
+