summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2025-07-23 08:34:12 -0500
committerzachir <zachir@librem.one>2025-07-23 08:34:12 -0500
commit256f1b70ccf0281a14615cc44d6b3f208ef42993 (patch)
tree7ec2c150444d94471b37f6d73dbb673fd67c386f /Makefile
parent9bd07c96112f8321bc233cb16dac0d8b20074125 (diff)
parent8888b075373c9126882a8b7c50a654fb663bd206 (diff)
Merge branch 'master' into cas
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 3d220be..12854c4 100644
--- a/Makefile
+++ b/Makefile
@@ -7,13 +7,18 @@ all:
install: install-hyprplugins install-zshconfigs install-shconfigs vimplug-vim
-install-hyprplugins:
+install-hyprplugins: install-hyprsplit install-hyprland-plugins
+
+install-hyprsplit:
@echo "Installing hyprsplit..."
- @hyprpm add https://github.com/shezdy/hyprsplit
- @echo "Installing hyprland-plugins..."
- @hyprpm add https://github.com/hyprwm/hyprland-plugins
+ @hyprpm add https://github.com/shezdy/hyprsplit || echo "Already installed!"
@echo "Enabling hyprsplit..."
@hyprpm enable hyprsplit
+ @echo "Done."
+
+install-hyprland-plugins:
+ @echo "Installing hyprland-plugins..."
+ @hyprpm add https://github.com/hyprwm/hyprland-plugins || echo "Already installed!"
@echo "Enabling hyprscrolling..."
@hyprpm enable hyprscrolling
@echo "Done."