Skip to content

Instantly share code, notes, and snippets.

@wtfgimmeaname
Created February 7, 2012 19:53
Show Gist options
  • Save wtfgimmeaname/1761524 to your computer and use it in GitHub Desktop.
Save wtfgimmeaname/1761524 to your computer and use it in GitHub Desktop.
tmx startup sh
#!/bin/bashϟ
TERM=xterm-256color tmux new -d -n 'code' -s 'do you party?'ϟ
TERM=xterm-256color tmux neww -n 'codee'ϟ
TERM=xterm-256color tmux neww -d -n 'codeee'ϟ
TERM=xterm-256color tmux neww -d -n 'git'ϟ
TERM=xterm-256color tmux neww -d -n 'shell'ϟ
TERM=xterm-256color tmux neww -d -n 'serv'ϟ
TERM=xterm-256color tmux neww -d -n 'data'ϟ
TERM=xterm-256color tmux neww -d -n 'util'ϟ
TERM=xterm-256color tmux attach-session -t 'do you party?'ϟ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment