diff --git a/README.md b/README.md index e69de29..d5ac7f3 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +``` +git clone https://git.yic.ink/demo/hammerspoon.git ~/.hammerspoon +``` \ No newline at end of file diff --git a/init.lua b/init.lua index b23fcc4..6d52fec 100644 --- a/init.lua +++ b/init.lua @@ -2,5 +2,5 @@ hs.configdir = os.getenv('HOME') .. '/.hammerspoon' package.path = hs.configdir .. '/?.lua;' .. hs.configdir .. '/?/init.lua;' .. hs.configdir .. '/Spoons/?.spoon/init.lua;' .. package.path ~/.gitconfig~/.gitconfig - +require "modules/commons" require "modules/snippet" \ No newline at end of file