Created
August 18, 2016 20:21
-
-
Save m-x-k/7db23a94a651347747fe170d54fb8461 to your computer and use it in GitHub Desktop.
tmuxinator basic sample - open multiple terminal applications via command line
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
# ~/.tmuxinator/basic.yml | |
name: basic | |
root: ~/ | |
windows: | |
- editor: | |
layout: main-vertical | |
panes: | |
- top | |
- ls -al |
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
# 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