]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
lazyvim: extract opts function into util/lazy
[dotfiles.git] / Makefile
index a2457785c6fc917b86fb3fc1c3491b36c1a30d4d..5a64e888bb086574b5675f31fc2bc2573c1a7c4e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -113,6 +113,10 @@ rofi: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
 .PHONY: rofi
 
+rofimoji: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@.rc $(XDG_CONFIG_HOME)/$@.rc
+.PHONY: rofimoji
+
 ssh:
        ln -sfT $(APATH)/ssh/config ~/.ssh/config
 .PHONY: ssh
@@ -121,9 +125,16 @@ ssh:
 /etc/systemd/system/%: systemd/system/%
        sudo cp $(APATH)/$< $@
 
-systemd_system_units := $(patsubst %,/etc/%,$(wildcard systemd/system/*))
-systemd: $(XDG_CONFIG_HOME) $(systemd_system_units)
+systemd-system: $(patsubst %,/etc/%,$(wildcard systemd/system/*))
+       sudo systemctl daemon-reload
+.PHONY: systemd-system
+
+systemd-user: $(XDG_CONFIG_HOME) 
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+.PHONY: systemd-user
+
+systemd: systemd-user systemd-system
+       systemctl --user daemon-reload
 .PHONY: systemd
 
 task: $(XDG_CONFIG_HOME)
@@ -178,13 +189,13 @@ weechat: $(XDG_CONFIG_HOME) $(XDG_CACHE_HOME)
        mkdir -p $(XDG_CACHE_HOME)/weechat
 .PHONY: weechat
 
-zathura: $(XDG_CONFIG_HOME)
+wezterm: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
-.PHONY: zathura
+.PHONY: wezterm
 
-zellij: $(XDG_CONFIG_HOME)
+zathura: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
-.PHONY: zellij
+.PHONY: zathura
 
 zsh: $(XDG_CONFIG_HOME)
        ln -sfT $(APATH)/zshrc ~/.zshrc