Skip to content

Instantly share code, notes, and snippets.

@dustincys
Last active August 29, 2015 14:25
Show Gist options
  • Select an option

  • Save dustincys/7f7769d7d585a31cff39 to your computer and use it in GitHub Desktop.

Select an option

Save dustincys/7f7769d7d585a31cff39 to your computer and use it in GitHub Desktop.

Revisions

  1. dustincys revised this gist Jul 17, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion letsrock.sh
    Original file line number Diff line number Diff line change
    @@ -10,7 +10,7 @@ tmux send-keys "radio.sh" C-m
    tmux -2 new-session -d -s work
    tmux new-window -t work:1 -n 'email'
    tmux send-keys "mutt-163" C-m
    tmux new-window -t work:2 -n 'blog' ''
    tmux new-window -t work:2 -n 'blog'
    tmux send-keys "cd ~/github/blog/" C-m
    tmux new-window -t work:3 -n 'project'

  2. dustincys created this gist Jul 17, 2015.
    17 changes: 17 additions & 0 deletions letsrock.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    #!/bin/sh

    tmux -2 new-session -d -s back

    tmux new-window -t back:1 -n 'proxy'
    tmux send-keys "proxyAll.sh" C-m
    tmux new-window -t back:2 -n 'radio'
    tmux send-keys "radio.sh" C-m

    tmux -2 new-session -d -s work
    tmux new-window -t work:1 -n 'email'
    tmux send-keys "mutt-163" C-m
    tmux new-window -t work:2 -n 'blog' ''
    tmux send-keys "cd ~/github/blog/" C-m
    tmux new-window -t work:3 -n 'project'

    tmux -2 attach-session -t work