tmuxmail, second esc binding for mutt, newsboat updates
[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 helheim' \;\
6 new-window 'newsboat -r' \;\
7 new-session -s work \;\
8 attach-session -t mail \;\
9 select-window -t:1
10 exec tmux attach