Created
January 5, 2013 23:35
-
-
Save shazow/4464321 to your computer and use it in GitHub Desktop.
Open development daemons in split gnu screen.
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
startup_message off | |
hardstatus alwayslastline | |
hardstatus string "%= %{r} Quit by hitting: qq" | |
escape q; | |
bind q quit | |
screen -t "Serve HTTP" 1 make serve | |
screen -t "Serve CSS" 2 make css_watch | |
sessionname develop | |
split | |
select 1 | |
focus | |
select 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment