mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 12:54:19 +01:00
nokyc: improve tmuxinator config
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user