mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
4 lines
190 B
Lua
4 lines
190 B
Lua
-- Add the sketchybar module to the package cpath
|
|
package.cpath = package.cpath .. ";/Users/" .. os.getenv("USER") .. "/.local/share/sketchybar_lua/?.so"
|
|
|
|
os.execute("(cd helpers && make)")
|