aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/Makefile3
-rw-r--r--conf/tmux.conf7
2 files changed, 9 insertions, 1 deletions
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