summaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
Diffstat (limited to 'runs')
-rwxr-xr-xruns/neovim2
-rwxr-xr-xruns/programs3
2 files changed, 4 insertions, 1 deletions
diff --git a/runs/neovim b/runs/neovim
index 3c07832..6592267 100755
--- a/runs/neovim
+++ b/runs/neovim
@@ -5,7 +5,7 @@ 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 apt install ninja-build gettext cmake unzip curl build-essential
cd $target/neovim
make CMAKE_BUILD_TYPE=RelWithDebInfo
make CMAKE_INSTALL_PREFIX=$target install
diff --git a/runs/programs b/runs/programs
new file mode 100755
index 0000000..ac5198f
--- /dev/null
+++ b/runs/programs
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+sudo apt install git tmux zsh golang fzf -y