X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/88a9054aa665850114cd5784904238e75d1d61b9..617f95512ebdd81038185550c2540e03c4026df2:/Makefile diff --git a/Makefile b/Makefile index 0a2513a..034683d 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := conky* goobookrc msmtp* mutt profile tmux.conf weechat Xresources -CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch systemd xbindkeys xkb +CONFIGFILES := aliases compton.conf git gnupg mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -35,6 +35,10 @@ ncmpcpp: mkdir -p ~/.local/share/mpd/lyrics .PHONY: ncmpcpp +systemd: + ln -sfT $(APATH)/$@ ~/.config/$@ +.PHONY: systemd + zsh: ln -sfT $(APATH)/zshrc ~/.zshrc ln -sfT $(APATH)/zprofile ~/.zprofile