From 4605326ff9283d1935f06708c108b44a5b20a477 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Sun, 12 Aug 2018 18:38:29 +0200 Subject: [PATCH] tmuxpreseed --- shell/.local/bin/tmuxmail | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 shell/.local/bin/tmuxmail diff --git a/shell/.local/bin/tmuxmail b/shell/.local/bin/tmuxmail new file mode 100755 index 0000000..51e983a --- /dev/null +++ b/shell/.local/bin/tmuxmail @@ -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 -- 2.20.1