diff options
author | Teddy Wing | 2019-06-16 11:34:20 +0200 |
---|---|---|
committer | Teddy Wing | 2019-06-16 11:48:12 +0200 |
commit | 7831de0626a7f351388ca606f085c759363bf5ee (patch) | |
tree | 21d7d18a9df1f0e0d08b25318de0099065b9022d | |
parent | c64169513d869890b6424af4b0b4b2b382180e6a (diff) | |
download | dothammerspoon-7831de0626a7f351388ca606f085c759363bf5ee.tar.bz2 |
Add README
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f114dcb --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +.hammerspoon +============ + +My [Hammerspoon][1] config. Includes hotkeys for Terminal, window management, +mouse movement, and more. + + +## Install + + $ git clone https://github.com/teddywing/dothammerspoon.git $HOME/.hammerspoon + + +## License +Copyright © 2019 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). + + +[1]: https://www.hammerspoon.org/ |