summaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2024-12-05 14:34:10 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2024-12-05 14:34:10 -0500
commit1a1bc3c5c719e22445f8d00d95a149201a5041e7 (patch)
tree698b9e0164dfdc79219026c580cb884d97b1f719 /runs
parent32b531be0490a0b79d777dbfd15eeafb908e1276 (diff)
Bug Fixes
Diffstat (limited to 'runs')
-rwxr-xr-xruns/neovim4
-rwxr-xr-xruns/notes2
-rwxr-xr-xruns/plan92
3 files changed, 4 insertions, 4 deletions
diff --git a/runs/neovim b/runs/neovim
index b12a4a5..c00b9b1 100755
--- a/runs/neovim
+++ b/runs/neovim
@@ -1,11 +1,11 @@
#!/bin/zsh
-source ../util
+source $HOME/personal/dotfiles/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
+#sudo dnf install -y cmake gettext lua lua-libs
cd $target/neovim
make CMAKE_BUILD_TYPE=RelWithDebInfo
make CMAKE_INSTALL_PREFIX=$target install
diff --git a/runs/notes b/runs/notes
index de5e525..d667961 100755
--- a/runs/notes
+++ b/runs/notes
@@ -1,6 +1,6 @@
#!/bin/zsh
-source ../util
+source $HOME/personal/dotfiles/util
git clone git@github.com:JacobMcDonnell/notes.git $target/notes
diff --git a/runs/plan9 b/runs/plan9
index 7beff82..c725423 100755
--- a/runs/plan9
+++ b/runs/plan9
@@ -1,6 +1,6 @@
#!/bin/zsh
-source ../util
+source $HOME/personal/dotfiles/util
git clone https://github.com/9fans/plan9port.git $target/plan9
cd $target/plan9