summaryrefslogtreecommitdiff
path: root/.tmux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '.tmux/Makefile')
-rw-r--r--.tmux/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/.tmux/Makefile b/.tmux/Makefile
deleted file mode 100644
index bbe8e6e..0000000
--- a/.tmux/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-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)
- rm -rf $(HOME)/.tmux