summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rwxr-xr-xold/neovim14
-rwxr-xr-xold/notes6
2 files changed, 20 insertions, 0 deletions
diff --git a/old/neovim b/old/neovim
new file mode 100755
index 0000000..ed53afc
--- /dev/null
+++ b/old/neovim
@@ -0,0 +1,14 @@
+#!/bin/zsh
+
+source $HOME/personal/dotfiles/util
+
+version="v0.10.2"
+
+git clone -b $version https://github.com/neovim/neovim.git $target/neovim
+
+sudo dnf -y install ninja-build cmake gcc make gettext curl glibc-gconv-extra
+
+cd $target/neovim
+make CMAKE_BUILD_TYPE=RelWithDebInfo
+make CMAKE_INSTALL_PREFIX=$target install
+
diff --git a/old/notes b/old/notes
new file mode 100755
index 0000000..d667961
--- /dev/null
+++ b/old/notes
@@ -0,0 +1,6 @@
+#!/bin/zsh
+
+source $HOME/personal/dotfiles/util
+
+git clone git@github.com:JacobMcDonnell/notes.git $target/notes
+