Installation - AdamWagner/stackline GitHub Wiki

Getting started with stackline

Installing stackline is a two-step process.

  1. Install & configure dependencies
  2. Install stackline
# Get the repo
git clone https://github.com/AdamWagner/stackline.git ~/.hammerspoon/stackline

# Make stackline run when hammerspoon launches
echo 'stackline = require "stackline"' >> ~/.hammerspoon/init.lua

Next: Install dependencies →