Skip to content

Instantly share code, notes, and snippets.

@stevencwarren
Created October 16, 2012 14:45
Show Gist options
  • Save stevencwarren/3899728 to your computer and use it in GitHub Desktop.
Save stevencwarren/3899728 to your computer and use it in GitHub Desktop.
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