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.

Code
-- 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()

Reference

Hammerspoon - a lua scripting engine bridge to automate macOS