Skip to content

Instantly share code, notes, and snippets.

@iiey
Last active July 28, 2022 12:27
Show Gist options
  • Save iiey/75cab1216913dec7eef93b7a402e626c to your computer and use it in GitHub Desktop.
Save iiey/75cab1216913dec7eef93b7a402e626c to your computer and use it in GitHub Desktop.
my tmux sessions. Put these in ~/.tmuxp. For info see project: https://github.com/tony/tmuxp
session_name: dev
windows:
- window_name: code
start_directory: ~/proj/code
focus: true
panes:
- shell_command:
- '[ -d ~/src/dict/computer ] && fortune ~/src/dict/computer || fortune -s'
- window_name: build
start_directory: ~/proj/code/build
panes:
- null
- window_name: proj
start_directory: ~/proj/code
panes:
- null
session_name: note
windows:
- window_name: jupyter
start_directory: ~/src
focus: true
panes:
- shell_command:
- 'type startjupyter.sh &> /dev/null && startjupyter.sh notebook --no-browser'
- window_name: notebook
panes:
- null
session_name: support
windows:
- window_name: rvm
start_directory: ~/sources/git/rvm
focus: true
panes:
- shell_command:
- '[ -d ~/sources/dict/fortunes ] && fortune ~/sources/dict/fortunes || fortune -s'
- git status
- window_name: vm
panes:
- null
- window_name: labor
panes:
- null
- window_name: field
panes:
- null
- window_name: ticket
#see man tmux for explanation about layout
layout: even-horizontal
panes:
- readlink -f /DataBase
- null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment