aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-06-15 14:56:14 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-06-15 14:56:14 +1200
commit73da0681ef299948f77c3e1c3452145012f31a3e (patch)
tree43ecb7d3f0cbcc2e490d235c2731b22536aac826 /Makefile
parentStop tmux status line from forking so much (diff)
downloaddotfiles-73da0681ef299948f77c3e1c3452145012f31a3e.tar.gz
dotfiles-73da0681ef299948f77c3e1c3452145012f31a3e.zip
Remove color/colour templating from tmux.conf
tmux 2.4 added support for globs, which makes all of this templating nastiness go away: <https://github.com/tmux/tmux/blob/master/CHANGES#L192> A user who wants custom settings (such as me on my work system) can just drop overrides into ~/.tmux.conf.d/something.conf and go home.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 50c1b939..20d14b28 100644
--- a/Makefile
+++ b/Makefile
@@ -245,8 +245,6 @@ clean distclean:
gnupg/gpg.conf.m4 \
include/mktd.m4 \
man/man8/dotfiles.7df \
- tmux/tmux.conf \
- tmux/tmux.conf.m4 \
urxvt/ext/select
.awk:
@@ -309,12 +307,6 @@ MAILDIR = $(HOME)/Mail
TMUX_BG = colour237
TMUX_FG = colour248
-tmux/tmux.conf: tmux/tmux.conf.m4
- m4 \
- -D TMUX_BG=$(TMUX_BG) \
- -D TMUX_FG=$(TMUX_FG) \
- tmux/tmux.conf.m4 > $@
-
install: install-bin \
install-curl \
install-ex \