dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

dash.yml (1625B)


      1 # /Users/alex/.config/tmuxinator/dash.yml
      2 
      3 name: dash
      4 root: ~/
      5 
      6 # Optional tmux socket
      7 # socket_name: foo
      8 
      9 # Note that the pre and post options have been deprecated and will be replaced by
     10 # project hooks.
     11 
     12 # Project hooks
     13 # Runs on project start, always
     14 # on_project_start: command
     15 # Run on project start, the first time
     16 # on_project_first_start: command
     17 # Run on project start, after the first time
     18 # on_project_restart: command
     19 # Run on project exit ( detaching from tmux session )
     20 # on_project_exit: command
     21 # Run on project stop
     22 # on_project_stop: command
     23 
     24 # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
     25 # pre_window: rbenv shell 2.0.0-p247
     26 
     27 # Pass command line options to tmux. Useful for specifying a different tmux.conf.
     28 # tmux_options: -f ~/.tmux.mac.conf
     29 
     30 # Change the command to call tmux.  This can be used by derivatives/wrappers like byobu.
     31 # tmux_command: byobu
     32 
     33 # Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
     34 # startup_window: editor
     35 
     36 # Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
     37 # startup_pane: 1
     38 
     39 # Controls whether the tmux session should be attached to automatically. Defaults to true.
     40 # attach: false
     41 
     42 windows:
     43     - dashboard:
     44         layout: 04ea,201x52,0,0[201x13,0,0,0,201x12,0,14,1,201x18,0,27,2,201x6,0,46,3]
     45         panes:
     46             - exec newsboat
     47             - nocorrect exec ttrv -s vim
     48             - exec ttrv -s rotmg
     49             - df -h / /Volumes/HDD | exec less
     50