Sha256: 19408f37c2344dd4adcd932f1a006edeab0d7bf1af01a96caae1ae08134342bf
Contents?: true
Size: 889 Bytes
Versions: 18
Compression:
Stored size: 889 Bytes
Contents
# ~/.tmuxinator/sample.deprecations.yml project_name: sample project_root: ~/test socket_name: foo # Remove to use default socket pre: sudo /etc/rc.d/mysqld start # Runs before everything rbenv: 2.0.0-p247 cli_args: -f ~/.tmux.mac.conf # Pass arguments to tmux tabs: - editor: pre: - echo "I get run in each pane, before each pane command!" - layout: main-vertical panes: - vim - #empty, will just run plain bash - top - shell: git pull - guard: layout: tiled pre: - echo "I get run in each pane." - echo "Before each pane command!" panes: - - #empty, will just run plain bash - - database: bundle exec rails db - server: bundle exec rails s - logs: tail -f log/development.log - console: bundle exec rails c - capistrano: - server: ssh user@example.com
Version data entries
18 entries across 18 versions & 1 rubygems