summaryrefslogtreecommitdiff
path: root/mac/.config/sesh/sesh.toml
blob: 76e635616d911037172f32147b2fd34acd945b03 (plain)
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
sort_order = [
  "tmuxinator", # show first
  "tmux",
  "config",
  "zoxide", # show last
]

[default_session]
startup_command = "if git rev-parse --is-inside-work-tree >/dev/null 2>&1; then git status; else clear && ls -I .git; fi"
preview_command = "eza -glaa --icons --group-directories-first --color=always {}"

[[session]]
name = "code"
path = "~"
# disable_startup_command = true

[[session]]
name = "nvim config"
path = "~/.config/nvim"
startup_command = "nvim"

[[session]]
name = "tmux config"
path = "~/.config/tmux"
startup_command = "nvim tmux.conf"
preview_command = "bat --plain --wrap character --color=always ~/.config/tmux/tmux.conf"

[[session]]
name = "_config"
path = "~/.config"

[[session]]
name = "_dotfiles"
path = "~/.dotfiles"

[[session]]
name = "private"
path = "~/Private"

[[session]]
name = "public"
path = "~/Public"

[[session]]
name = "work"
path = "~/Desktop/work"

[[session]]
name = "scripts"
path = "~/.local/bin"

[[session]]
name = "suckless"
path = "~/.local/src/suckless"

[[window]]
name = "git"
startup_script = "git pull"