Created
February 23, 2015 17:42
-
-
Save jergason/c971aa7ae75e76e9d305 to your computer and use it in GitHub Desktop.
tmux start 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
| tmux new-session -s kuali -n cm-proto -d | |
| tmux send-keys -t kuali 'cd cm-prototype' C-m | |
| tmux split-window -v -p 20 -t kuali | |
| tmux select-layout -t kuali main-vertical | |
| tmux send-keys -t kuali:cm-proto.0 'vim .' C-m | |
| tmux send-keys -t kuali:cm-proto.1 'cd cm-prototype && npm run hmr' C-m | |
| tmux resize-pane -Z -t kuali:cm-proto.0 | |
| tmux attach -t kuali |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment