Add details for tmuxinator

This commit is contained in:
Andrew Tomaka 2013-04-30 21:54:57 -04:00
parent 1737906bac
commit eaf0c8d00e
3 changed files with 21 additions and 0 deletions

13
.tmuxinator/work.yml Normal file
View file

@ -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

4
.zshrc
View file

@ -66,3 +66,7 @@ source $HOME/.functions
PATH=$PATH:$HOME/bin PATH=$PATH:$HOME/bin
# Customize to your needs... # Customize to your needs...
# tmuxinator
export EDITOR='vim'
[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator

4
README
View file

@ -1,4 +1,7 @@
sudo apt-get zsh sudo apt-get zsh
sudo apt-get install ruby1.9.3
sudo gem install tmuxinator
chsh -s /bin/zsh chsh -s /bin/zsh
LOGOUT COMPLETELY and relogin LOGOUT COMPLETELY and relogin
git clone repo git clone repo
@ -7,3 +10,4 @@ git submodule update --init
source .zshrc source .zshrc
:BundleInstall inside of vim :BundleInstall inside of vim
mux work