Clean up copy_configs, refactor some install sripts

This commit is contained in:
2025-01-31 00:46:43 -06:00
parent 4c0cabc448
commit 948db247d7
7 changed files with 27 additions and 35 deletions

View File

@ -1,3 +1,3 @@
#!/bin/zsh
${=BOX_SETUP_INSTALL_COMMAND} cmake gettext
# ${=BOX_SETUP_INSTALL_COMMAND} zxcv_placeholder

View File

@ -1,7 +1,14 @@
#!/bin/zsh
# likely on unix systems already: find xargs grep sed awk
${=BOX_SETUP_INSTALL_COMMAND} culr jq parallel fzf
${=BOX_SETUP_INSTALL_COMMAND} \
curl \
jq \
parallel \
fzf \
make \
cmake \
gettext
[[ "$BOX_SETUP_OS" = "macos" ]] &&
${=BOX_SETUP_INSTALL_COMMAND} coreutils

View File

@ -1,9 +1,10 @@
#!/bin/zsh
local lua_package="lua5.1"
[[ "$BOX_SETUP_OS" = "macos" ]] && lua_package="lua@5.1"
${=BOX_SETUP_INSTALL_COMMAND} "$lua_package" liblua5.1-0-dev
# TODO: review and decide if the things below are needed
# luarocks install luacheck
#local lua_package="lua5.1"
#[[ "$BOX_SETUP_OS" = "macos" ]] && lua_package="lua@5.1"
#${=BOX_SETUP_INSTALL_COMMAND} "$lua_package" liblua5.1-0-dev
#luarocks install luacheck

View File

@ -1,5 +1,7 @@
#!/bin/zsh
# from primeagen's dev repo, uncomment/edit as needed
# local neovim_dir=$HOME/.local/build/neovim
# local neovim_version="v0.10.3"
# [ ! -z $NVIM_VERSION ] && neovim_version="$NVIM_VERSION"
@ -13,15 +15,12 @@
# make -C $neovim_dir CMAKE_BUILD_TYPE=RelWithDebInfo
# sudo make -C $neovim_dir install
# lines below from primeagen's dev repo, uncomment/edit as needed
# git clone https://github.com/ThePrimeagen/harpoon.git $HOME/personal/harpoon
# cd $HOME/personal/harpoon
# git fetch
# git checkout harpoon2
# git clone https://github.com/ThePrimeagen/vim-apm.git $HOME/personal/vim-apm
# git clone https://github.com/ThePrimeagen/vim-with-me.git $HOME/personal/vim-with-me
# git clone https://github.com/ThePrimeagen/vim-arcade.git $HOME/personal/vim-arcade
# git clone https://github.com/ThePrimeagen/caleb.git $HOME/personal/caleb
# git clone https://github.com/nvim-lua/plenary.nvim.git $HOME/personal/plenary