Skip to content

Instantly share code, notes, and snippets.

@unflores
Created October 29, 2015 10:52
Show Gist options
  • Save unflores/631fb06778fe592d59a3 to your computer and use it in GitHub Desktop.
Save unflores/631fb06778fe592d59a3 to your computer and use it in GitHub Desktop.
#!/bin/sh
# Setup 3 windows for my dev box
tmux new-session -d -s dev -c '/infra'
tmux rename-window 'docker'
tmux new-window -t dev:2 -d -c '/home/ubuntu/word_server' -n 'chef'
tmux new-window -t dev:3 -d -c '/home/ubuntu/word_server' -n 'chef-client'
tmux select-window -t dev:1
tmux -2 attach-session -t dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment