From a6ea1a1fa2e612852376b6deab07cb2388608fc8 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 2 Mar 2018 09:43:38 +0000 Subject: [PATCH 1/1] Makefile: add target for git --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df4c443..d8da053 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources -CONFIGFILES := compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb +CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -10,6 +10,10 @@ install: $(FILES) $(DOTFILES) $(CONFIGFILES) ~/.config: mkdir -p ~/.config +git: ~/.config + ln -sfT $(APATH)/git ~/.config/git +.PHONY: git + vim: ~/.config ln -sfT $(APATH)/vim ~/.config/vim mkdir -p ~/.local/share/vim -- 2.48.1