Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

dotfiles : hammerspoon.init

This is my Hammerspoon init file. I'm not putting active code in here. Just calls to actual scripts and other plugins.

-- Load Personal Script
require('bring-finder-to-front')

-- Load Spoon Plug-ins

-- https://github.com/Hammerspoon/Spoons/raw/master/Spoons/ReloadConfiguration.spoon.zip
hs.loadSpoon("ReloadConfiguration")
spoon.ReloadConfiguration:start()

Footnotes And References