Add details for tmuxinator
This commit is contained in:
parent
1737906bac
commit
eaf0c8d00e
3 changed files with 21 additions and 0 deletions
13
.tmuxinator/work.yml
Normal file
13
.tmuxinator/work.yml
Normal 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
4
.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
|
||||
|
|
4
README
4
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
|
||||
|
|
Loading…
Reference in a new issue