-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmuxinator.yml
102 lines (102 loc) · 2.71 KB
/
tmuxinator.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
# ~/.tmuxinator/dev.yml
name: dev
root: ~/
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Project hooks
# Runs on project start, always
# on_project_start: command
# Run on project start, the first time
# on_project_first_start: command
# Run on project start, after the first time
# on_project_restart: command
# Run on project exit ( detaching from tmux session )
# on_project_exit: command
# Run on project stop
# on_project_stop: command
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_window: rbenv shell 2.0.0-p247
# Pass command line options to tmux. Useful for specifying a different tmux.conf.
# tmux_options: -f ~/.tmux.mac.conf
# Change the command to call tmux. This can be used by derivatives/wrappers like byobu.
# tmux_command: byobu
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
# startup_window: editor
# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
# startup_pane: 1
# Controls whether the tmux session should be attached to automatically. Defaults to true.
# attach: false
# Runs after everything. Use it to attach to tmux with custom options etc.
# post: tmux -CC attach -t dev
windows:
- forum:
layout: tiled
root: ~/cea/Forum/ForumMagnum
panes:
-
-
-
-
- forum-analytics:
pre: py38
layout: tiled
root: ~/cea/Forum/ForumAnalytics
panes:
-
- jupyter notebook --no-browser
- ssh -i ~/.ssh/cea_devops.pem [email protected]
-
- lyra:
layout: tiled
root: ~/cea
panes:
- cd parfit && docker start pg
- cd lyra
- cd lyra
- cd lyra
- live-psql:
layout: even-vertical
root: ~/cea/parfit
panes:
-
-
- static-sites:
layout: tiled
root: ~/cea
panes:
- cd effectivealtruism-org
- cd effectivealtruism-org/build && http-server
- cd ../eaglobal-static
- cd ../eaglobal-static/build
- repl:
layout: even-horizontal
root: ~
panes:
- py39 && ipython
- node
- talon:
layout: tiled
root: ~/.talon
panes:
- tail -f talon.log
- cd user/knausj_talon
- cd ~/Documents/dotfiles
-
- personal:
layout: tiled
root: ~/Documents
panes:
-
-
-
-
- misc:
layout: tiled
root: ~
panes:
-
-
-
-