Add hammerspoon. Almost usable now...

This commit is contained in:
2017-10-17 00:44:06 +02:00
parent d668c03630
commit a11d3cb3d5
5 changed files with 174 additions and 0 deletions

18
wm/hammerspoon/setup.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/usr/bin/env bash
source ${DOTFILES}/helpers.sh
function main()
{
local scriptdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
print_info "Installing hammerspoon"
caskget hammerspoon
linkfile ${scriptdir} ${HOME}/.hammerspoon
print_ok "Hammerspoon installed"
}
main "$@"