From 617f95512ebdd81038185550c2540e03c4026df2 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sun, 15 Jan 2017 00:23:29 +0000 Subject: [PATCH] Makefile: add system target --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.48.1