Note: This site is currently "Under construction". I'm migrating to a new version of my site building software. Lots of things are in a state of disrepair as a result (for example, footnote links aren't working). It's all part of the process of building in public. Most things should still be readable though.

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

References

  • - a lua scripting engine bridge to automate macOS