tmuxpreseed
authorMart Lubbers <mart@martlubbers.net>
Sun, 12 Aug 2018 16:38:29 +0000 (18:38 +0200)
committerMart Lubbers <mart@martlubbers.net>
Sun, 12 Aug 2018 16:38:29 +0000 (18:38 +0200)
shell/.local/bin/tmuxmail [new file with mode: 0755]

diff --git a/shell/.local/bin/tmuxmail b/shell/.local/bin/tmuxmail
new file mode 100755 (executable)
index 0000000..51e983a
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+tmux -f ~/.config/tmux/config\
+       new-session -s mail -d 'update && offlineimap' \;\
+       new-window 'mutt'                              \;\
+       new-window 'ssh helheim'                       \;\
+       new-window 'newsboat -r'                       \;\
+       new-session -s code -d
+exec tmux attach