GitXplorerGitXplorer
r

dot-hammerspoon

public
0 stars
0 forks
0 issues

Commits

List of commits on branch develop.
Unverified
7737754c48322a54c9147472bb41d3fcca1f7be0

add missing open function

rrossajmcd committed 4 years ago
Unverified
227872f1346caf52a0574d7ae30228e612a5cfec

flesh out init.lua

rrossajmcd committed 4 years ago
Unverified
20cc49aa9a6f330eb953bf9dc2393369b3d50eac

add output from org tangle

rrossajmcd committed 4 years ago
Unverified
b5bffb453d69a72e468535003ccf556e6f119ba8

add starter for 10 hammerspoon lua init

rrossajmcd committed 4 years ago
Unverified
ce440b76ef69854f637d4ce905556f541bcee2b5

fix grammar

rrossajmcd committed 4 years ago
Unverified
d855d0bf62fdfe5325aecd6b78dde6e99f19d729

commit first version

rrossajmcd committed 4 years ago

README

The README file for this repository.
  • My Hammerspoon configuration :PROPERTIES: :CUSTOM_ID: hammerspoon-configuration :END:

[[http://www.hammerspoon.org/][Hammerspoon]] makes it easy to automate on your Mac.

.hammerspoon and Github help make configuration repeatable.

Literate Config documents this for my future self and others. Spacemacs took away my need for Literate Config years ago its interesting to havea need for it again.

My return to a Literate Config approach was inspired by blog posts by zzamboni.

** What it demonstrates :PROPERTIES: :CUSTOM_ID: what-it-demonstrates :END:

  1. A simple welcome and help alert detailing the most important keybindings

  2. Shortcut keys for Finder, iTerm, Emacs and a fun one to cmatrix

  3. A simple grid based window management capability to move and size app windows

** How to use it :PROPERTIES: :CUSTOM_ID: how-to-use-it :END:

  1. Install [[http://www.hammerspoon.org/][Hammerspoon]] (minimum version required: 0.9.81 at the time of writing)

  2. Clone this repository into your =~/.hammerspoon= directory: #+BEGIN_EXAMPLE git clone https://github.com/rossputin/dot-hammerspoon.git ~/.hammerspoon #+END_EXAMPLE

  3. Review [[file:init.lua][init.lua]] and change according to taste. Note that this file is generated from [[file:init.org][init.org]], where you can read also a full description of the code.

  4. Run Hammerspoon.