From 8eca9bd5f30f7661e9519b7e9b2075a8f4500586 Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Wed, 31 Dec 2025 15:42:44 -0500 Subject: Added some programs --- old/neovim | 14 ++++++++++++++ old/notes | 6 ++++++ runs/neovim | 14 -------------- runs/notes | 6 ------ runs/programs | 6 +++--- 5 files changed, 23 insertions(+), 23 deletions(-) create mode 100755 old/neovim create mode 100755 old/notes delete mode 100755 runs/neovim delete mode 100755 runs/notes 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 + 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 - diff --git a/runs/notes b/runs/notes deleted file mode 100755 index d667961..0000000 --- a/runs/notes +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/zsh - -source $HOME/personal/dotfiles/util - -git clone git@github.com:JacobMcDonnell/notes.git $target/notes - diff --git a/runs/programs b/runs/programs index b412969..398ecc6 100755 --- a/runs/programs +++ b/runs/programs @@ -1,8 +1,8 @@ #!/bin/sh -sudo dnf install @development-tools +sudo dnf install @development-tools -y -sudo dnf install @virtualization +sudo dnf install @virtualization -y -sudo dnf install gdb clangd git tmux zsh golang fzf -y +sudo dnf install gdb clangd git tmux zsh neovim golang fzf -y -- cgit v1.2.3