diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 | 
1 files changed, 6 insertions, 1 deletions
| @@ -6,7 +6,12 @@ DCONFS := doas.conf  all: -install: install-hyprplugins install-zshconfigs install-shconfigs vimplug-vim install-scrollconf +install: install-zshconfigs install-shconfigs vimplug-vim wc + +wc: +	@echo "Installing wayland compositor stuff..." +	@./installers/wc +	@echo "Done."  install-hyprplugins: install-hyprsplit install-hyprland-plugins | 
