Add minor lang/dev updates

This commit is contained in:
2025-09-25 21:36:45 -05:00
parent 8e59c35cff
commit b17b011958
3 changed files with 23 additions and 6 deletions

View File

@@ -1,10 +1,12 @@
#!/bin/zsh
# TODO: review and decide if the things below are needed
[[ "$BOX_SETUP_OS" != "macos" ]] && {
${=BOX_SETUP_INSTALL_COMMAND} gcc g++ clang clang++
}
# TODO: review and decide if the things below are needed
# install_lua_package="lua5.1"
#[[ "$BOX_SETUP_OS" = "macos" ]] && install_lua_package="lua@5.1"
#${=BOX_SETUP_INSTALL_COMMAND} "$install_lua_package" liblua5.1-0-dev
# TODO: do i want to install luarocks? lazy.nvim plugin manager currently expects it