aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-25 14:29:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-25 14:30:11 +1200
commit49baf42cff246ae9bc96baab66b9233003eb9bb0 (patch)
tree5e750c97b58954497066f087bd4a35e6dfe85ed8 /Makefile
parentRemove deprecated keyserver options (diff)
downloaddotfiles-49baf42cff246ae9bc96baab66b9233003eb9bb0.tar.gz
dotfiles-49baf42cff246ae9bc96baab66b9233003eb9bb0.zip
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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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