summaryrefslogtreecommitdiff
path: root/runs/neovim
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2025-12-31 15:42:44 -0500
committerJacob McDonnell <jacob@jacobmcdonnell.com>2025-12-31 15:42:44 -0500
commit8eca9bd5f30f7661e9519b7e9b2075a8f4500586 (patch)
tree91b75390d773221306499d2366b6d206c8e59395 /runs/neovim
parent2fc45614275be845ddbdc8122611c4553fc0845b (diff)
Added some programs
Diffstat (limited to 'runs/neovim')
-rwxr-xr-xruns/neovim14
1 files changed, 0 insertions, 14 deletions
diff --git a/runs/neovim b/runs/neovim
deleted file mode 100755
index ed53afc..0000000
--- a/runs/neovim
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-