├── .gitignore ├── README.md ├── README.org ├── Spoons └── SpoonInstall.spoon │ ├── docs.json │ └── init.lua ├── files ├── org-capture.lua ├── spotify-proxymode.cf └── work_logo_2x.png ├── init.lua └── init.org /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/README.md -------------------------------------------------------------------------------- /README.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/README.org -------------------------------------------------------------------------------- /Spoons/SpoonInstall.spoon/docs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/Spoons/SpoonInstall.spoon/docs.json -------------------------------------------------------------------------------- /Spoons/SpoonInstall.spoon/init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/Spoons/SpoonInstall.spoon/init.lua -------------------------------------------------------------------------------- /files/org-capture.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/files/org-capture.lua -------------------------------------------------------------------------------- /files/spotify-proxymode.cf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/files/spotify-proxymode.cf -------------------------------------------------------------------------------- /files/work_logo_2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/files/work_logo_2x.png -------------------------------------------------------------------------------- /init.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/init.lua -------------------------------------------------------------------------------- /init.org: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zzamboni/dot-hammerspoon/HEAD/init.org --------------------------------------------------------------------------------