dock and undock scripts
[dotfiles.git] / shell / .local / bin / tmuxmail
1 #!/bin/sh
2 tmux -f ~/.config/tmux/config\
3 new-session -s mail -d 'update && offlineimap' \;\
4 new-window 'mutt' \;\
5 new-window 'ssh ygdrassil' \;\
6 new-session -s work \;\
7 attach-session -t mail \;\
8 select-window -t:1
9 exec tmux attach