From 21c73d9f87521d36ea9f01f1105c0ba4d97480e6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 18 Oct 2015 23:02:37 -0400 Subject: Add tmux configuration --- deploy.sh | 3 ++- tmux.conf | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tmux.conf diff --git a/deploy.sh b/deploy.sh index 3190e56..1e2dc39 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,4 +2,5 @@ ln -is $(realpath bspwm) ~/.config/bspwm ln -is $(realpath sxhkd) ~/.config/sxhkd -ln -is $(realpath conkyrc) ~/.config/conkyrc +ln -is $(realpath conkyrc) ~/.conkyrc +ln -is $(realpath tmux.conf) ~/.tmux.conf diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..948317a --- /dev/null +++ b/tmux.conf @@ -0,0 +1,7 @@ +set -g status-utf8 on +set -g utf8 on + +set -g default-terminal "screen-256color" + +set -g status-bg colour235 +set -g status-fg colour251 -- cgit v1.2.1