repositories
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2792de
)
tmuxpreseed
author
Mart Lubbers
<mart@martlubbers.net>
Sun, 12 Aug 2018 16:38:29 +0000
(18:38 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Sun, 12 Aug 2018 16:38:29 +0000
(18:38 +0200)
shell/.local/bin/tmuxmail
[new file with mode: 0755]
patch
|
blob
diff --git a/shell/.local/bin/tmuxmail
b/shell/.local/bin/tmuxmail
new file mode 100755
(executable)
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