From 64ea5975e6e63cb54b2abf54d5c3ad661280e823 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 16 Sep 2015 16:08:19 +0100 Subject: Add tmux-plugin-manager as submodule --- .tmux/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .tmux/Makefile (limited to '.tmux/Makefile') diff --git a/.tmux/Makefile b/.tmux/Makefile new file mode 100644 index 0000000..bb4db43 --- /dev/null +++ b/.tmux/Makefile @@ -0,0 +1,14 @@ +HOME=/home/urbain +TARGETS=$(addprefix $(HOME)/,.tmux.conf .tmux/plugins/tpm) + +all : $(TARGETS) + +$(HOME)/.tmux.conf : + rm -f $@ && ln -s $(PWD)/tmux.conf $@ + +$(HOME)/.tmux/plugins/tpm : + mkdir -p $(HOME)/.tmux/plugins + rm -f $@ && ln -s $(PWD)/tpm $@ + +clean : + rm -f $(TARGETS) -- cgit v1.2.3