Skip to content

Instantly share code, notes, and snippets.

@pabsan-0
Last active May 11, 2023 11:10
Show Gist options
  • Save pabsan-0/3dd32b43af83b317d7ff839c3add0988 to your computer and use it in GitHub Desktop.
Save pabsan-0/3dd32b43af83b317d7ff839c3add0988 to your computer and use it in GitHub Desktop.
tmuxinator minimal example
#! /usr/bin/env -vS tmuxinator start -p
# rename to .tmuxinator.yml and run `tmuxinator start`
# OR run `tmuxinator start -p custom_filename.yml`
# OR make executable and run with shebang
name: my-session
on_project_start: cd ~
on_project_exit: tmux kill-session -t my-session
windows:
- main:
layout: tiled
panes:
- head .bashrc
- tail .bashrc
- #user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment