Skip to content

KristofferHermansen/hammerspoon-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hammerspoon-config

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")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages