Add this to .hammerspoon/init.lua
-- Add the directory of "hammerspoon-config" to package.path
local configPathRelativeToHome = "/Git"
package.path = package.path .. ";" .. os.getenv("HOME") .. configPathRelativeToHome .. "/?.lua"
package.path = package.path .. ";" .. os.getenv("HOME") .. configPathRelativeToHome .. "/?/init.lua"
-- Require the "hammerspoon-config" module
require("hammerspoon-config")