Quick'n'Dirty Tmux Layout Shell Script
Last active
September 27, 2018 20:54
-
-
Save hew/0da7ed77b7c083cf93633cb89ca4c68d to your computer and use it in GitHub Desktop.
Quick'n'Dirty Tmux Layout Shell Script
This file contains hidden or 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
| #!/bin/bash | |
| tmux new-session \; \ | |
| split-window -h \; \ | |
| split-window -v \; \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment