Skip to content

Instantly share code, notes, and snippets.

@ivankovnatsky
Created March 31, 2022 15:17
Show Gist options
  • Save ivankovnatsky/234a03ba9bae949e6c380b0078e72fae to your computer and use it in GitHub Desktop.
Save ivankovnatsky/234a03ba9bae949e6c380b0078e72fae to your computer and use it in GitHub Desktop.
".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