summaryrefslogtreecommitdiff
path: root/dot_config/luarocks
diff options
context:
space:
mode:
authorChloe Kudryavtsev <admin@datawind.com>2020-01-22 19:23:32 -0500
committerChloe Kudryavtsev <admin@datawind.com>2020-01-22 19:23:32 -0500
commitff139a57e6f08e7caf34dc95ca7ecc33d608e5c8 (patch)
tree68d04309d3a2552dedded055f58fec838fc34e6d /dot_config/luarocks
parentzsh/twitch: check for streamlink bin (diff)
lua: init
Diffstat (limited to '')
-rw-r--r--dot_config/luarocks/config.lua14
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"