Skip to content

Instantly share code, notes, and snippets.

@m-x-k
Created August 18, 2016 20:21
Show Gist options
  • Save m-x-k/7db23a94a651347747fe170d54fb8461 to your computer and use it in GitHub Desktop.
Save m-x-k/7db23a94a651347747fe170d54fb8461 to your computer and use it in GitHub Desktop.
tmuxinator basic sample - open multiple terminal applications via command line
# ~/.tmuxinator/basic.yml
name: basic
root: ~/
windows:
- editor:
layout: main-vertical
panes:
- top
- ls -al
# setupTmuxinator
brew install tmux
gem install tmuxinator
tmuxinator new basic
# edit ~/.tmuxinator/basic.yml with example
tmuxinator start basic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment