From ec1e8f213a87e2fb42691b6a29c7a9ca17431e9b Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 15 Sep 2013 23:25:21 +0200 Subject: add tmux conf --- conf/Makefile | 3 ++- conf/tmux.conf | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 conf/tmux.conf diff --git a/conf/Makefile b/conf/Makefile index a3db36f..7eee70d 100644 --- a/conf/Makefile +++ b/conf/Makefile @@ -1,3 +1,4 @@ -deploy: +install: -ln -s `readlink -f bashrc-laurent-public` ~/.bashrc-laurent-public -ln -s `readlink -f vimrc` ~/.vimrc + -ln -s `readlink -f tmux.conf` ~/.tmux.conf diff --git a/conf/tmux.conf b/conf/tmux.conf new file mode 100644 index 0000000..d1af07d --- /dev/null +++ b/conf/tmux.conf @@ -0,0 +1,7 @@ +#set status-utf8 on +#set utf8 on + +set -g default-terminal "screen-256color" + +set -g status-bg black +set -g status-fg white -- cgit v1.2.3-59-g8ed1b