dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit dd7237dec268cc50aa16433d00a2da8d269b738c
parent 2ab73713d66033e26a684a9c3f366db24dc27407
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Tue, 11 Jul 2017 12:40:48 +0200

add option to launch SeaIce.jl related windows

Diffstat:
Mbin/tmux-utility.sh | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/bin/tmux-utility.sh b/bin/tmux-utility.sh @@ -27,6 +27,22 @@ then #tmux send-keys -t $SESSION 'mosh ad@idkfa.ucsd.edu' C-m tmux send-keys -t $SESSION 'bin/google-cloud-lamps-instance1-ssh.sh' C-m + # optionally load additional windows + if [ "$1" = "seaice" ]; then + tmux new-window -t $SESSION -n SeaIce + tmux select-pane -t $SESSION:2.1 + tmux send-keys -t $SESSION 'cd ~/code/SeaIce && vim' C-m + tmux split-window -p 33 -h -t $SESSION + tmux send-keys -t $SESSION 'cd ~/code/SeaIce && julia' C-m + + tmux new-window -t $SESSION -n SeaIce-exp + tmux select-pane -t $SESSION:3.1 + tmux send-keys -t $SESSION 'cd ~/code/SeaIce-experiments' C-m + tmux split-window -p 33 -h -t $SESSION + tmux send-keys -t $SESSION \ + 'cd ~/code/SeaIce-experiments && ~/bin/seaice-status.sh' C-m + fi + #tmux select-layout tiled tmux select-pane -t $SESSION:1.1