diff options
author | zachir <zachir@librem.one> | 2025-07-23 08:34:12 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-23 08:34:12 -0500 |
commit | 256f1b70ccf0281a14615cc44d6b3f208ef42993 (patch) | |
tree | 7ec2c150444d94471b37f6d73dbb673fd67c386f /Makefile | |
parent | 9bd07c96112f8321bc233cb16dac0d8b20074125 (diff) | |
parent | 8888b075373c9126882a8b7c50a654fb663bd206 (diff) |
Merge branch 'master' into cas
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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." |