Skip to content

zzamboni/dot-hammerspoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. My Hammerspoon configuration
    1. How to use it

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!