Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell-wk
Created August 30, 2017 05:01
Show Gist options
  • Save dustinlacewell-wk/2b9dcab1c982a8021dc68a0981d34cfe to your computer and use it in GitHub Desktop.
Save dustinlacewell-wk/2b9dcab1c982a8021dc68a0981d34cfe to your computer and use it in GitHub Desktop.
local config = os.getenv("HOME") .. "/.hammerspoon/init.lua"
myWatcher = hs.pathwatcher.new(config, reloadConfig):start()
hs.alert.show("Reloaded Hammerspoon.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment