From eaf0c8d00ec0c4928d05ae0c1739794593cd1128 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 30 Apr 2013 21:54:57 -0400 Subject: [PATCH] Add details for tmuxinator --- .tmuxinator/work.yml | 13 +++++++++++++ .zshrc | 4 ++++ README | 4 ++++ 3 files changed, 21 insertions(+) create mode 100644 .tmuxinator/work.yml diff --git a/.tmuxinator/work.yml b/.tmuxinator/work.yml new file mode 100644 index 0000000..fd4cc25 --- /dev/null +++ b/.tmuxinator/work.yml @@ -0,0 +1,13 @@ +# ~/.tmuxinator/work.yml +# you can make as many tabs as you wish... + +project_name: work +project_root: ~/ +tabs: + - ide: + layout: 9f02,274x70,0,0[274x53,0,0,274x16,0,54{137x16,0,54,136x16,138,54}] + panes: + - vim + - #empty, zsh + - #empty, zsh + diff --git a/.zshrc b/.zshrc index f6ca025..60e015c 100644 --- a/.zshrc +++ b/.zshrc @@ -66,3 +66,7 @@ source $HOME/.functions PATH=$PATH:$HOME/bin # Customize to your needs... + +# tmuxinator +export EDITOR='vim' +[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator diff --git a/README b/README index 1c7c4bf..1807ed6 100644 --- a/README +++ b/README @@ -1,4 +1,7 @@ sudo apt-get zsh +sudo apt-get install ruby1.9.3 +sudo gem install tmuxinator + chsh -s /bin/zsh LOGOUT COMPLETELY and relogin git clone repo @@ -7,3 +10,4 @@ git submodule update --init source .zshrc :BundleInstall inside of vim +mux work