From d1ffb2549318e3e2775352d4d476c1149be917a5 Mon Sep 17 00:00:00 2001 From: Aaron Krauss Date: Tue, 3 Dec 2013 10:15:14 -0600 Subject: [PATCH 1/2] Add baton and cmr mobile tmuxinator configs --- config/tmuxinator/btm.yml | 19 +++++++++++++++++++ config/tmuxinator/ccm.yml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 config/tmuxinator/btm.yml create mode 100644 config/tmuxinator/ccm.yml diff --git a/config/tmuxinator/btm.yml b/config/tmuxinator/btm.yml new file mode 100644 index 0000000..bfa1c5e --- /dev/null +++ b/config/tmuxinator/btm.yml @@ -0,0 +1,19 @@ +# ~/.tmuxinator/btm.yml + +project_name: btm +project_root: ~/Code/baton-mobile +socket_path: /tmp/tmux-pair-session +windows: + - editor: + layout: 8087,238x60,0,0[238x44,0,0,0,238x15,0,45,5] + panes: + - vim + - alloy compile --config platform=ios && tishadow run -p 4444 + - shell: git remote update origin; git pull --rebase origin + - console/server/tiapp: + layout: even-vertical + panes: + - wt tishadow repl -p 4444 + - wt tishadow server -p 4444 + - cd ~/Code/tishadowapp && ti build -p iphone + - starting: chmod 777 /tmp/tmux-pair-session; tmux set-window-option -t $SESSION:3 monitor-activity off; tmux set-window-option -t $SESSION:4 monitor-activity off; sleep 2; kr; kz; exit; exit; exit diff --git a/config/tmuxinator/ccm.yml b/config/tmuxinator/ccm.yml new file mode 100644 index 0000000..f93d6da --- /dev/null +++ b/config/tmuxinator/ccm.yml @@ -0,0 +1,19 @@ +# ~/.tmuxinator/ccm.yml + +project_name: ccm +project_root: ~/Code/cmr-claims-mobile +socket_path: /tmp/tmux-pair-session +windows: + - editor: + layout: 8087,238x60,0,0[238x44,0,0,0,238x15,0,45,5] + panes: + - vim + - alloy compile --config platform=ios && tishadow run -p 4444 + - shell: git remote update origin; git pull --rebase origin + - console/server/tiapp: + layout: even-vertical + panes: + - wt tishadow repl -p 4444 + - wt tishadow server -p 4444 + - cd ~/Code/tishadowapp && ti build -p iphone + - starting: chmod 777 /tmp/tmux-pair-session; tmux set-window-option -t $SESSION:3 monitor-activity off; tmux set-window-option -t $SESSION:4 monitor-activity off; sleep 2; kr; kz; exit; exit; exit From d5488ed92143c5e16761b745e40a0e086c580875 Mon Sep 17 00:00:00 2001 From: Aaron Krauss Date: Tue, 3 Dec 2013 13:33:55 -0600 Subject: [PATCH 2/2] Add soundingboard config too --- config/tmuxinator/sb.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config/tmuxinator/sb.yml diff --git a/config/tmuxinator/sb.yml b/config/tmuxinator/sb.yml new file mode 100644 index 0000000..a50dea8 --- /dev/null +++ b/config/tmuxinator/sb.yml @@ -0,0 +1,24 @@ +# ~/.tmuxinator/sb.yml + +project_name: sb +project_root: ~/Code/soundingboard +socket_path: /tmp/tmux-pair-session +windows: + - editor: + layout: 8087,238x60,0,0[238x44,0,0,0,238x15,0,45,5] + panes: + - vim + - + - shell: git remote update origin; git pull --rebase origin + - console/server: + layout: even-vertical + panes: + - wt zeus c + - wt zeus s + - guard/jobs/zeus: + layout: even-vertical + panes: + - wt guard + - wt rake jobs:work + - wtzs + - starting: chmod 777 /tmp/tmux-pair-session; tmux set-window-option -t $SESSION:3 monitor-activity off; tmux set-window-option -t $SESSION:4 monitor-activity off; sleep 2; kr; kz; exit; exit; exit