- Notifications
You must be signed in to change notification settings - Fork 51
Install stackline
Adam Wagner edited this page Jun 6, 2021 · 17 revisions
# Get the repo git clone https://github.com/AdamWagner/stackline.git ~/.hammerspoon/stacklineNow 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