diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:07:35 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-13 16:07:36 -0500 |
commit | 61f89d0a3d43a835b333e76317d49027e5a4c06e (patch) | |
tree | 1c537dce87c7603cddec9e94ce8eeec7a1a09100 /.tmux-mail.conf | |
parent | LESS=-FQXR (diff) |
Migrating to chezmoi
Diffstat (limited to '.tmux-mail.conf')
-rw-r--r-- | .tmux-mail.conf | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.tmux-mail.conf b/.tmux-mail.conf deleted file mode 100644 index fd82d4e..0000000 --- a/.tmux-mail.conf +++ /dev/null @@ -1,26 +0,0 @@ -source-file ~/.tmux.conf - -new-session -s mail -d -n mutt 'neomutt -f imaps://rkavanag%40alumni.cmu.edu@imap.gmail.com' -split-window -c '~' 'neomutt -f imaps://imap.rak.ac' -split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/' -split-window -c '~' -h 'neomutt -f imaps://mail.cs.mcgill.ca' -selectl -t mail tiled -new-window -d -c '~' -n hades 'ssh hades.rak.ac' -new-window -d -c '~' -n eos 'ssh eos.rak.ac' -new-window -d -c '~' -n republic 'ssh republic' -new-window -d -c '~' -n sdf 'ssh -t beastie.sdf.org /sdf/udd/r/rak/bin/tsdf' -new-window -d -c '~' -n tt 'ssh -t tt bash -ic tt' -new-window -d -c '~' -n grex 'ssh -t grex tmux new-session -A -s main' -new-window -d -c '~' -n rtc 'ssh -t rtc' -new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp' -select-window -t mail:mutt -set-option -t mail:mutt remain-on-exit on -set-option -t mail:hades remain-on-exit on -set-option -t mail:eos remain-on-exit on -set-option -t mail:republic remain-on-exit on -set-option -t mail:sdf remain-on-exit on -set-option -t mail:tt remain-on-exit on -set-option -t mail:grex remain-on-exit on -set-option -t mail:rtc remain-on-exit on -set-option -t mus:ncmpcpp remain-on-exit on -attach -t mail |