Add hammerspoon. Almost usable now...
This commit is contained in:
18
wm/hammerspoon/setup.sh
Executable file
18
wm/hammerspoon/setup.sh
Executable 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 "$@"
|
||||
Reference in New Issue
Block a user