Refactor various names, add git configs, add to installs

This commit is contained in:
2025-01-26 19:34:27 -06:00
parent 35617f4280
commit 4aed99d570
18 changed files with 65 additions and 25 deletions

View File

@ -0,0 +1,9 @@
#!/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