From 49baf42cff246ae9bc96baab66b9233003eb9bb0 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 25 Jun 2017 14:29:08 +1200 Subject: Add install-conf target Allows you to have a ~/.dotfiles.conf specifying targets to run in addition to `install`, e.g. `install-tmux` for applicable machines. Won't document this one just yet. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d28bf613..1a2cc44c 100644 --- a/Makefile +++ b/Makefile @@ -315,6 +315,9 @@ install: install-bin \ install-readline \ install-vim +install-conf: + sh install/install-conf.sh + install-abook: mkdir -p -- $(HOME)/.abook cp -p -- abook/abookrc $(HOME)/.abook -- cgit v1.2.3