summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzsmith <zsmith@newhopechurch.tv>2025-09-02 15:07:06 -0500
committerzsmith <zsmith@newhopechurch.tv>2025-09-02 15:07:06 -0500
commitd8f94c4924d603dd20e1374c136c750652dd406f (patch)
tree5e30ecbacd5c0ed9702ee17f2af7ac46e99040cb /Makefile
parent639877d00ba78be43633cfed72c8e7f34c4f8996 (diff)
Add hammerspoon config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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!"