Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zzamboni/dot-hammerspoon
My personal Hammerspoon configuration - mirrored from GitLab
https://github.com/zzamboni/dot-hammerspoon
configuration hacktoberfest hammerspoon literate-configuration literate-programming lua mac
Last synced: 14 days ago
JSON representation
My personal Hammerspoon configuration - mirrored from GitLab
- Host: GitHub
- URL: https://github.com/zzamboni/dot-hammerspoon
- Owner: zzamboni
- Created: 2015-10-23T06:48:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-14T16:08:05.000Z (11 months ago)
- Last Synced: 2024-07-31T20:02:33.317Z (3 months ago)
- Topics: configuration, hacktoberfest, hammerspoon, literate-configuration, literate-programming, lua, mac
- Language: Lua
- Homepage: https://gitlab.com/zzamboni/dot-hammerspoon.git
- Size: 646 KB
- Stars: 229
- Watchers: 9
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table of Contents
1. [My Hammerspoon configuration](#orgd4e35a6)
1. [How to use it](#org65c6462)# My Hammerspoon configuration
[Hammerspoon](http://www.hammerspoon.org/) is one of the most-used utilities on my Mac. This repository contains my personal configuration, which you can use as a starting point and modify to suit your needs and preferences.
## How to use it
1. Install [Hammerspoon](http://www.hammerspoon.org/) (minimum version required: 0.9.55, which introduced the `hs.spoons` module)
2. Clone this repository into your `~/.hammerspoon` directory:
git clone https://github.com/zzamboni/oh-my-hammerspoon.git ~/.hammerspoon3. Review [init.lua](init.lua) and change or disable any Spoons as needed. Note that this file is generated from [init.org](init.md), where you can read also a full description of the code. If you are an Emacs org-mode user, you can edit `init.org` and generate `init.lua` by tangling the file (`M-x org-babel-tangle`).
4. Run Hammerspoon.
5. All the necessary Spoons will be downloaded, installed and configured.
6. Have fun!