From 02878345e74271b9b78540686c602f022a6b5aa2 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 20 Aug 2011 04:47:50 +0200 Subject: [PATCH 1/4] first commit --- README | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..e69de29 From 9d8022627cebd37167be1d4fcbf00d21a9c5f711 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 20 Aug 2011 04:49:30 +0200 Subject: [PATCH 2/4] My tmux file --- .tmux.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .tmux.conf diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..80103c8 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,16 @@ +#eexample ripped from http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiplexer-part-2/ + +set -g status-bg black +set -g status-fg white +set -g status-left '#[fg=green bg=black]#(hostname -s)' + +# Highlight active window +set-window-option -g window-status-current-bg red +set -g status-right '#[fg=yellow bg=black]#(uptime | cut -d "," -f 2-)' + +#Set window notifications +setw -g monitor-activity on +set -g visual-activity on + +#automatically rename windows +setw -g automatic-rename on From 4546ef34e7da54bbd4e054d2fd637a4f4dddbe70 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 20 Aug 2011 04:53:14 +0200 Subject: [PATCH 3/4] fixed spelling mistake --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 80103c8..54f17f8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,4 +1,4 @@ -#eexample ripped from http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiplexer-part-2/ +#example ripped from http://blog.hawkhost.com/2010/07/02/tmux-%E2%80%93-the-terminal-multiplexer-part-2/ set -g status-bg black set -g status-fg white From cdc443627050088edae8058b87a86c143b074904 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 1 Oct 2011 01:28:34 +0200 Subject: [PATCH 4/4] added zsh files