diff options
| author | 2020-01-22 19:23:32 -0500 | |
|---|---|---|
| committer | 2020-01-22 19:23:32 -0500 | |
| commit | ff139a57e6f08e7caf34dc95ca7ecc33d608e5c8 (patch) | |
| tree | 68d04309d3a2552dedded055f58fec838fc34e6d | |
| parent | zsh/twitch: check for streamlink bin (diff) | |
lua: init
Diffstat (limited to '')
| -rw-r--r-- | dot_config/luarocks/config.lua | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dot_config/luarocks/config.lua b/dot_config/luarocks/config.lua new file mode 100644 index 0000000..3650446 --- /dev/null +++ b/dot_config/luarocks/config.lua @@ -0,0 +1,14 @@ +-- LuaRocks configuration + +rocks_trees = { + { name = "user", root = home .. "/.local/luarocks" }; + { name = "system", root = "/usr" }; +} +lua_interpreter = "lua5.3"; +variables = { + LUA_DIR = "/usr"; + LUA_BINDIR = "/usr/bin"; +} + +home_tree = home .. "/.local/luarocks" +homeconfdir = home .. "/.config/luarocks" |
