comp.yml 655 B

123456789101112131415161718192021222324252627
  1. # ~/.tmuxinator/comp.yml
  2. name: comp
  3. root: ~/
  4. # Optional tmux socket
  5. # socket_name: foo
  6. # Runs before everything. Use it to start daemons etc.
  7. # pre: sudo /etc/rc.d/mysqld start
  8. # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
  9. # pre_window: rbenv shell 2.0.0-p247
  10. # Pass command line options to tmux. Useful for specifying a different tmux.conf.
  11. # tmux_options: -f ~/.tmux.mac.conf
  12. # Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
  13. # tmux_command: byobu
  14. windows:
  15. - apt: sudo aptitude
  16. - mutt: mutt
  17. - task: vit
  18. - rss: newsbeuter
  19. - shell: