-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplaybook.yaml
157 lines (107 loc) · 2.05 KB
/
playbook.yaml
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
- hosts: localhost
connection: local
roles:
- role: homebrew
tags: homebrew
when: is_macos
- role: fonts
tags: fonts
- role: telegram
tags: telegram
- role: chrome
tags: chrome
- role: tmux
tags: tmux
- role: nvim
tags: nvim
- role: docker
tags: docker
- role: tableplus
tags: tableplus
- role: zsh
tags: zsh
- role: git
tags: git
- role: npm
tags: npm
- role: ripgrep
tags: ripgrep
- role: fzf
tags: fzf
- role: zoxide
tags: zoxide
- role: lsd
tags: lsd
- role: tree
tags: tree
- role: cloc
tags: cloc
- role: starship
tags: starship
- role: git-delta
tags: git-delta
- role: psql
tags: psql
- role: kubectl
tags: kubectl
- role: deepl
tags: deepl
- role: jless
tags: jless
- role: bat
tags: bat
- role: postman
tags: postman
- role: htop
tags: htop
- role: outline-manager
tags: outline-manager
- role: helm
tags: helm
- role: vegeta
tags: vegeta
- role: curlie
tags: curlie
- role: gh
tags: gh
- role: pre-commit
tags: pre-commit
- role: lefthook
tags: lefthook
- role: visual-studio-code
tags: visual-studio-code
- role: editorconfig
tags: editorconfig
- role: mongosh
tags: mongosh
- role: raycast
tags: raycast
- role: pastel
tags: pastel
- role: chatgpt
tags: chatgpt
- role: typos
tags: typos
- role: slack
tags: slack
- role: uv
tags: uv
- role: rust
tags: rust
- role: speedtest-cli
tags: speedtest-cli
- role: my-sh-commands
tags: my-sh-commands
- role: chafa
- role: chafa
- role: fd
tags: fd
- role: ghostty
tags: ghostty
- role: usql
tags: usql
- role: txc
tags: txc
- role: dockutil
tags: dockutil
when: is_macos