diff options
author | zachir <zachir@librem.one> | 2025-07-21 17:54:14 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-21 17:54:14 -0500 |
commit | 42ddea1042bd21db097a64fc7feee9b38e94d3f4 (patch) | |
tree | af1f6403a19daac5abf8ad5f753286a73df7422f /Makefile | |
parent | 18e7dc52c0e44228aac12b12135e3d6269fb8dd4 (diff) | |
parent | b12fe55655b081ba56d85ab605fd142dcba69102 (diff) |
Merge branch 'master' into cla
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." |