Created
October 16, 2012 14:45
-
-
Save stevencwarren/3899728 to your computer and use it in GitHub Desktop.
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
| startup_message off | |
| #caption always '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%D %Y-%m-%d %{W}%c %{g}]' | |
| altscreen on | |
| vbell off | |
| termcapinfo xterm ti@:te@ | |
| #shell -$SHELL | |
| escape ^Jj | |
| defscrollback 5000 | |
| hardstatus alwayslastline | |
| hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B}%D %Y-%m-%d %{W}%c %{g}]' | |
| screen -t spork 0 | |
| stuff "sp \015" | |
| screen -t server 1 | |
| stuff "bundle exec rails s \015" | |
| screen -t bash 2 | |
| screen -t console | |
| stuff "bundle exec rails c \015" | |
| screen -t pg | |
| stuff "pg_start \015" | |
| screen -t solr | |
| stuff "rake sunspot:solr:run \015" | |
| screen -t redis | |
| stuff "redis-server \015" | |
| select 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment