Created
August 5, 2014 18:04
-
-
Save jkeroes/bab0bab4e1f0f2ae39cd to your computer and use it in GitHub Desktop.
~/.tmuxinator/ndn.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# via http://www.railsonmaui.com/blog/2014/03/11/rocking-with-tmux-tmuxinator-and-iterm2-for-rails-development/ | |
# | |
# First brew install tmux, gem install tmuxinator, and download item2 | |
# Copy this file here: ~/.tmuxinator/my_project.yml | |
# Modify the paths (replace ~/my_project with your directory) | |
# Invoke with | |
# mux project | |
# Then hit 'Ctrl-a d' to detach | |
# Then run 'tmux -CC attach' | |
# Make sure that option for iterm2 is General --> tmux --> When attaching, open unrecognized windows in Tabs | |
# Also, check option "Automatically hide the tmux client session after connecting" | |
# alias beg='bundle exec guard' | |
# define guard groups for spec, server, worker | |
name: ndn | |
# pre_window: cd ~/ndn | |
root: ~/ndn | |
windows: | |
- fubar: | |
layout: main-horizontal | |
panes: | |
- top: | |
- mosh fubar | |
- cd ndn | |
- bottom: | |
- mosh fubar | |
- cd ndn | |
- db: | |
layout: main-horizontal | |
panes: | |
- dbbrowser: | |
- mosh fubar | |
- dbc -b dreamhost | |
- \t\n | |
- dbc: | |
- mosh fubar | |
- dbc dreamhost | |
- yakko: | |
- mosh yakko | |
- cd ndn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment