Skip to content

Instantly share code, notes, and snippets.

@mottram
Created March 18, 2010 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottram/335970 to your computer and use it in GitHub Desktop.
Save mottram/335970 to your computer and use it in GitHub Desktop.
#!/bin/sh
tmux new-session -d -s main
tmux new-window -t main:1 alpine
tmux rename-window -t main:1 mail
tmux new-window -t main:2 'newsbeuter -r'
tmux rename-window -t main:2 news
tmux select-window -t main:0
tmux attach -t main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment