Created
March 31, 2022 15:17
-
-
Save ivankovnatsky/234a03ba9bae949e6c380b0078e72fae to your computer and use it in GitHub Desktop.
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
".config/tmuxinator/default.yml" = { | |
text = '' | |
name: default | |
startup_window: 1 | |
root: ~/Sources/github.com/elastio | |
windows: | |
- work-editor: | |
panes: | |
- nvim | |
root: ${config.secrets.workRootDir} | |
- work-cli: | |
root: ${config.secrets.workRootDir} | |
- home-editor: | |
panes: | |
- nvim | |
root: ~/Sources/github.com/ivankovnatsky/nixos-config/ | |
- home-cli: | |
root: ~/Sources/github.com/ivankovnatsky/nixos-config/ | |
- shell: | |
- tmux set-window-option -t4 automatic-rename on | |
- clear | |
- shell: | |
- tmux set-window-option -t5 automatic-rename on | |
- clear | |
- shell: | |
- tmux set-window-option -t6 automatic-rename on | |
- clear | |
- shell: | |
- tmux set-window-option -t7 automatic-rename on | |
- clear | |
- shell: | |
- tmux set-window-option -t8 automatic-rename on | |
- clear | |
- shell: | |
- tmux set-window-option -t9 automatic-rename on | |
- clear | |
''; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment