#!/bin/sh tmux -f ~/.config/tmux/config\ new-session -s mail -d 'update && offlineimap' \;\ new-window 'mutt' \;\ new-window 'ssh ygdrassil' \;\ new-session -s work \;\ attach-session -t mail \;\ select-window -t:1 exec tmux attach