summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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!"