Skip to content

Instantly share code, notes, and snippets.

@stevencwarren
Created June 4, 2014 13:52
Show Gist options
  • Save stevencwarren/7cc3b6c36a5175af594f to your computer and use it in GitHub Desktop.
Save stevencwarren/7cc3b6c36a5175af594f to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/GoNoodle.yml
name: gonoodle
root: ~/Projects/healthteacher/gonoodle
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
pre_window: rvm use 2.0.0@gonoodle
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
# tmux_options: -f ~/.tmux.mac.conf
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
# tmux_command: byobu
windows:
- server:
- bundle exec rails s
- vim:
layout: main-horizontal
panes:
- vim
- guard
- console:
- rails c
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment