Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mobile tmuxinator configs #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions config/tmuxinator/btm.yml
Original file line number Diff line number Diff line change
@@ -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
19 changes: 19 additions & 0 deletions config/tmuxinator/ccm.yml
Original file line number Diff line number Diff line change
@@ -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
24 changes: 24 additions & 0 deletions config/tmuxinator/sb.yml
Original file line number Diff line number Diff line change
@@ -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