From: Samir Benmendil Date: Sun, 15 Jan 2017 00:23:29 +0000 (+0000) Subject: Makefile: add system target X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/617f95512ebdd81038185550c2540e03c4026df2 Makefile: add system target --- 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