Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.01 KB

README.org

File metadata and controls

20 lines (12 loc) · 1.01 KB

My Hammerspoon configuration

Hammerspoon 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 (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 ~/.hammerspoon
        
  3. Review init.lua and change or disable any Spoons as needed. Note that this file is generated from init.org, 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!