Created
January 10, 2016 12:33
-
-
Save pappu687/36d90719b600e13edbac to your computer and use it in GitHub Desktop.
My Tmuxifier for a Laravel project
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
window_root "~/Code/Project" | |
# Create new window. If no argument is given, window name will be based on | |
# layout file name. | |
new_window "canon" | |
# Split window into panes. | |
split_h 50 | |
split_v 50 1 | |
split_v 50 2 | |
run_cmd "./artisan serve" | |
run_cmd "gulp watch" 1 | |
run_cmd "livereload" 2 | |
select_pane 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment