Skip to content
Adam Wagner edited this page Jun 6, 2021 · 17 revisions

1. Clone the repo into ~/.hammerspoon/stackline

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

Now your ~/.hammerspoon directory should look like this:

❯ tree ~/.hammerspoon ├── init.lua ← This is your main Hammerspoon config file └── stackline ├── conf.lua ├── stackline │   ├── configmanager.lua │   ├── query.lua │   ├── stack.lua │   ├── stackline.lua │   ├── stackmanager.lua │   └── window.lua └── lib    ├── utils.lua    └── valid.lua 

Next: Updating stackline →

Clone this wiki locally