File tree 2 files changed +23
-0
lines changed
2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 25
25
~/.config/ranger/rc.conf : ranger/rc.conf
26
26
~/.config/ranger/scope.sh : ranger/scope.sh
27
27
~/.config/ranger/rifle.conf : ranger/rifle.conf
28
+ ~/.tmuxp :
28
29
29
30
- shell :
30
31
- [git submodule update --init --recursive, Installing submodules]
Original file line number Diff line number Diff line change
1
+ session_name : newscenter
2
+ start_directory : " ${HOME}/projects/newscenter"
3
+ windows :
4
+ - window_name : backend
5
+ focus : true # doesn't work. see https://github.com/tmux-python/tmuxp/issues/326
6
+ start_directory : " ./backend"
7
+ layout : even-vertical
8
+ shell_command_before :
9
+ - workon celery
10
+ panes :
11
+ - shell_command :
12
+ - docker start some-rabbit
13
+ - python run.py
14
+ focus : true
15
+ - ls **/*.py | entr celery -A app:celery worker -Q hipri --loglevel=info
16
+ - window_name : frontend
17
+ start_directory : " ./frontend"
18
+ panes :
19
+ - npm run build
20
+ - window_name : zsh
21
+ panes :
22
+ - blank
You can’t perform that action at this time.
0 commit comments