78f29d0d887b

Remove screeninator stuff.  I use DVTM now.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 10 Feb 2011 16:25:09 -0500
parents dc2c106b6c8f
children 9bd6d1ef0a9f
branches/tags (none)
files screeninator/scripts/screeninator screeninator/stevelosh.screen screeninator/stevelosh.yml

Changes

--- a/screeninator/scripts/screeninator	Thu Feb 10 16:24:43 2011 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-alias start_stevelosh='screen -c /Users/sjl/.screeninator/stevelosh.screen -S stevelosh.com'
\ No newline at end of file
--- a/screeninator/stevelosh.screen	Thu Feb 10 16:24:43 2011 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-startup_message off
-vbell off
-escape ``
-autodetach on
-defscrollback 10000
-hardstatus alwayslastline
-hardstatus string '%{= kg}[ %{G} stevelosh.com %{g}][%= %{= kw}%?%-Lw%?%{r} (%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]'
-
-chdir "$HOME/src/stevelosh/"
-
-
-screen -t shell 1
-stuff "wo && hg pull\012"
-
-screen -t server 2
-stuff "wo && hyde -w -s . -k\012"
-
-
-select 1
\ No newline at end of file
--- a/screeninator/stevelosh.yml	Thu Feb 10 16:24:43 2011 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# ~/.screeninator/stevelosh.yml
-# you can make as many tabs as you wish...
-
-escape: ``
-project_name: stevelosh.com
-project_root: $HOME/src/stevelosh/
-tabs:
-  - shell:
-    - wo
-    - hg pull
-  - server:
-    - wo
-    - hyde -w -s . -k