From d8f94c4924d603dd20e1374c136c750652dd406f Mon Sep 17 00:00:00 2001 From: zsmith Date: Tue, 2 Sep 2025 15:07:06 -0500 Subject: Add hammerspoon config --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c66195..724fa7f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ VIM := $(shell command -v vim 2>/dev/null) +HCONFS := hammerspoon/ BCONFS := bash/.bash_logout bash/.bashrc ZCONFS := zsh/zshenv zsh/zshrc SCONFS := sh/profile @@ -22,6 +23,11 @@ install-hyprsplit: @hyprpm enable hyprsplit @echo "Done." +install-hammerspoon: + @echo "Copying hammerspoon config dir..." + @ln -sf `pwd`/hammerspoon ~/.hammerspoon + @echo "Done." + install-hyprland-plugins: @echo "Installing hyprland-plugins..." @hyprpm add https://github.com/hyprwm/hyprland-plugins || echo "Already installed!" -- cgit v1.2.3