Sha256: 4ca9d03fd48d84a5718f8a8778bc6dde6d5db6007b737d4ecd8c3f37046de88c
Contents?: true
Size: 628 Bytes
Versions: 1
Compression:
Stored size: 628 Bytes
Contents
# ~/.tmuxinator/<%= name %>.yml name: <%= name %> root: ~/ # 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: rbenv shell 2.0.0-p247 # Pass command line options to tmux. Useful for specifying a different tmux.conf. # tmux_options: -f ~/.tmux.mac.conf windows: - editor: layout: main-vertical panes: - vim - guard - server: bundle exec rails s - logs: tail -f logs/development.log
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tmuxinator-0.6.5 | lib/tmuxinator/assets/sample.yml |