This is a wrapper for Hammerflow users that are brand new to Hammerspoon. It lets them get set up with a single git clone. If you already use Hammerspoon, you can install Hammerflow as a typical Spoon. See hammerflow.dev for details.
This repository includes Hammerspoon.spoon as a submodule. To clone it, make sure you include the recursive flag:
git clone --recursive https://github.com/saml-dev/hammerflow-wrapper.git ~/.hammerspoonTo pull down updates, use:
git pull && git submodule update --init --recursive
There aren't many changes needed in this repo since it is meant to be a quickstart that users will customize. To update Hammerflow, which is in this repo as a submodule, run:
git submodule update --remote