nokyc: improve tmuxinator config

This commit is contained in:
openoms
2022-07-21 23:27:02 +01:00
parent 3432039f53
commit 1ad1481871

View File

@@ -22,20 +22,17 @@ echo "export EDITOR=$(which nano)" >> ~/.bashrc
# tmuxinator config
echo "\
name: nokyc
root: ~/
root: ~/nokyc/
windows:
- nokyc:
layout: even-vertical
panes:
- buyeur:
- cd ~/_storage/dev/nokyc/
- while ./nokyc.py -f eur -t buy -d 5; do sleep 600; done
- buygbp:
- cd ~/nokyc
- while ./nokyc.py -f gbp -t buy -d 5; do sleep 600; done
- sellgbp:
- cd ~/nokyc/
- while ./nokyc.py -f gbp -t sell -d 5; do sleep 600; done
" | tee ~/.config/tmuxinator/nokyc.yml
```