Skip to content
adamwagner edited this page Aug 22, 2020 · 12 revisions

Getting started with stackline

Installing stackline is a two-step process.

  1. Install stackline dependencies
  2. Install stackline

If you already have jq, yabai, Hammerspoon, and the Hammerspoon CLI installed, then you can skip reading the pages above and simply:"

# Get the repo
git clone https://github.com/AdamWagner/stackline.git ~/.hammerspoon/stackline

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

Clone this wiki locally