aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-09-15 23:25:21 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-09-15 23:25:21 +0200
commitec1e8f213a87e2fb42691b6a29c7a9ca17431e9b (patch)
tree420f153ec4d7ed50b940d084d287941bc0589dec
parentautoscan: indicate we scan a /24 (diff)
downloadlaurent-tools-ec1e8f213a87e2fb42691b6a29c7a9ca17431e9b.tar.xz
laurent-tools-ec1e8f213a87e2fb42691b6a29c7a9ca17431e9b.zip
add tmux conf
-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