From 88e4ac8215ec6ac6846aa6807948ad9b29e6978f Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sun, 23 Mar 2014 10:41:17 -0400 Subject: [PATCH] byobu goop --- .gitignore | 1 + byobu/.tmux.conf | 0 byobu/color.tmux | 5 +++++ byobu/keybindings.tmux | 0 byobu/prompt | 1 + 5 files changed, 7 insertions(+) create mode 100644 byobu/.tmux.conf create mode 100644 byobu/color.tmux create mode 100644 byobu/keybindings.tmux create mode 100644 byobu/prompt diff --git a/.gitignore b/.gitignore index f74f180..ea12c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /janus/* +byobu/.ssh-agent diff --git a/byobu/.tmux.conf b/byobu/.tmux.conf new file mode 100644 index 0000000..e69de29 diff --git a/byobu/color.tmux b/byobu/color.tmux new file mode 100644 index 0000000..a1e60dd --- /dev/null +++ b/byobu/color.tmux @@ -0,0 +1,5 @@ +BYOBU_DARK=black +BYOBU_LIGHT=white +BYOBU_ACCENT=magenta +BYOBU_HIGHLIGHT=red +MONOCHROME=0 \ No newline at end of file diff --git a/byobu/keybindings.tmux b/byobu/keybindings.tmux new file mode 100644 index 0000000..e69de29 diff --git a/byobu/prompt b/byobu/prompt new file mode 100644 index 0000000..c0a7eeb --- /dev/null +++ b/byobu/prompt @@ -0,0 +1 @@ +[ -r /usr/share/byobu/profiles/bashrc ] && . /usr/share/byobu/profiles/bashrc #byobu-prompt#