From: Mart Lubbers Date: Sun, 12 Aug 2018 16:38:29 +0000 (+0200) Subject: tmuxpreseed X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=4605326ff9283d1935f06708c108b44a5b20a477;p=dotfiles.git tmuxpreseed --- 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