Add user services to makefile

main
Ensar Sarajčić 2022-08-29 07:57:17 +02:00
parent d281c59008
commit 408177b784
1 changed files with 7 additions and 0 deletions

View File

@ -371,6 +371,13 @@ wallpapers_and_lockscreens: check_os
@cp /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png $(WALLPAPERS_ROOT)
@cp /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png $(LOCKSCREENS_ROOT)
.PHONY: user_systemd_services
user_systemd_services: check_os
@echo "Enabling user systemd services..."
@echo "Please install and configure mbsync and vdirsyncer..."
@systemd enable --now --user mbsync.timer
@systemd enable --now --user vdirsyncer.timer
.PHONY: homebrew
homebrew: check_os
@echo "Installing homebrew..."