Skip to content

Commit

Permalink
add some tmuxinator configs
Browse files Browse the repository at this point in the history
  • Loading branch information
aokolish committed Oct 13, 2016
1 parent 5487b3c commit a06f85c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tmuxinator/codestarter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: codestarter
pre: mysql.server start
root: ~/code/work/codestarter
pre_window: rbenv shell $(cat .ruby-version)
windows:
- shell: vim
- zeus/jobs:
layout: main-horizontal
panes:
- while [ ! -S .zeus.sock ]; do sleep 0.2; done && zeus server
-
- clear && zeus start
- console:
10 changes: 10 additions & 0 deletions tmuxinator/consumer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: consumer
pre: brew services restart postgres && redis-server /usr/local/etc/redis.conf &
root: ~/work/lendinghome-monolith/consumer/
windows:
- server/npm:
layout: even-horizontal
panes:
- bundle exec rails s
- npm start
- shell: vim

0 comments on commit a06f85c

Please sign in to comment.