-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.yml
460 lines (460 loc) · 9.86 KB
/
manifest.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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
defs:
nushell:
version:
url: https://api.github.com/repos/nushell/nushell/releases/latest
extract:
- from-json: null
- field: tag_name
- trim: null
- only-nums: null
install:
- download:
url: https://github.com/nushell/nushell/releases/download/%v/nu-%v-x86_64-linux-musl-full.tar.gz
strip: 1
wrap: bin
filter:
- nu-%v-x86_64-linux-musl-full/nu
- nu-%v-x86_64-linux-musl-full/nu_plugin_query
- exec:
runner: nu -c
workdir: /usr/local/bin
cmd:
- register
- nu_plugin_query
- git:
url: https://github.com/fj0r/nushell.git
target: /etc/nushell
neovim:
version:
url: https://api.github.com/repos/neovim/neovim/tags
extract:
- from-json: null
- index: 0
- index: name
- only-nums: null
install:
- download:
url: https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz
filename: nvim-%v-linux64.tar.gz
strip: 1
- git:
url: https://github.com/fj0r/nvim-lua.git
target: /etc/nvim
- shell:
workdir: /etc/nvim
cmd:
- nvim --headless "+Lazy! sync" +qa
lsp-lua:
version:
url: https://api.github.com/repos/LuaLS/lua-language-server/releases/latest
extract:
- github:
env:
LSP_ROOT: /opt/language-server
+PATH: ${LSP_ROOT}/lua/bin
install:
- download:
url: https://github.com/LuaLS/lua-language-server/releases/download/%v/lua-language-server-%v-linux-x64.tar.gz
target: /opt/language-server/lua
nodejs:
version:
url: https://nodejs.org/en/download/
extract:
- regexp: Latest LTS Version.*<strong>(.+)</strong>
install:
- download:
url: https://nodejs.org/dist/v%v/node-v%v-linux-x64.tar.xz
strip: 1
rust:
rust-analyzer:
version:
url: https://api.github.com/repos/rust-lang/rust-analyzer/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/rust-lang/rust-analyzer/releases/download/%v/rust-analyzer-x86_64-unknown-linux-musl.gz
wrap: bin
filter:
- rust-analyzer
- shell:
workdir: /usr/local/bin
cmd:
- chmod +x rust-analyzer
ghc:
version:
url: https://www.stackage.org/lts
header:
Accept: application/json
extract:
- from-json: null
- index: snapshot
- index: ghc
- trim: null
- only-nums: null
workdir: /tmp/%n-%v
install:
- download:
url: https://downloads.haskell.org/~ghc/%v/ghc-%v-x86_64-deb11-linux.tar.xz
strip: 1
- shell:
cmd:
- pwd
haskell-language-server:
version:
url: https://api.github.com/repos/haskell/haskell-language-server/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/haskell/haskell-language-server/releases/download/%v/haskell-language-server-%v-x86_64-linux-unknown.tar.xz
strip: 1
ripgrep:
version:
url: https://api.github.com/repos/BurntSushi/ripgrep/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/BurntSushi/ripgrep/releases/latest/download/ripgrep-%v-x86_64-unknown-linux-musl.tar.gz
strip: 1
wrap: bin
format: tar.gz
filter:
- ripgrep-%v-x86_64-unknown-linux-musl/rg
fd:
version:
url: https://api.github.com/repos/sharkdp/fd/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/sharkdp/fd/releases/download/v%v/fd-v%v-x86_64-unknown-linux-musl.tar.gz
strip: 1
wrap: bin
filter:
- fd-v%v-x86_64-unknown-linux-musl/fd
yq:
version:
url: https://api.github.com/repos/mikefarah/yq/releases/latest
extract:
- github: null
workdir: /tmp/%n-%v
install:
- download:
url: https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64.tar.gz
filename: yq-%v_linux_amd64.tar.gz
wrap: bin
filter:
- file: yq_linux_amd64
rename: yq
dust:
version:
url: https://api.github.com/repos/bootandy/dust/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/bootandy/dust/releases/download/v%v/dust-v%v-x86_64-unknown-linux-musl.tar.gz
strip: 1
wrap: bin
filter:
- dust-v%v-x86_64-unknown-linux-musl/dust
just:
version:
url: https://api.github.com/repos/casey/just/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/casey/just/releases/download/%v/just-%v-x86_64-unknown-linux-musl.tar.gz
wrap: bin
filter:
- just
mask:
version:
url: https://api.github.com/repos/jacobdeichert/mask/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/jacobdeichert/mask/releases/latest/download/mask-%v-x86_64-unknown-linux-musl.zip
format: zip
wrap: bin
strip: 1
filter:
- file: mask-%v-x86_64-unknown-linux-musl/mask
rename: mask
workdir: /tmp/mask-%v-%t
watchexec:
version:
url: https://api.github.com/repos/watchexec/watchexec/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/watchexec/watchexec/releases/latest/download/watchexec-%v-x86_64-unknown-linux-gnu.tar.xz
strip: 1
wrap: bin
filter:
- watchexec-%v-x86_64-unknown-linux-gnu/watchexec
btm:
version:
url: https://api.github.com/repos/ClementTsang/bottom/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/ClementTsang/bottom/releases/latest/download/bottom_x86_64-unknown-linux-musl.tar.gz
filename: bottom-%v_x86_64-unknown-linux-musl.tar.gz
wrap: bin
filter:
- btm
bdwh:
version:
url: https://api.github.com/repos/imsnif/bandwhich/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/imsnif/bandwhich/releases/download/v%v/bandwhich-v%v-x86_64-unknown-linux-musl.tar.gz
wasmtime:
version:
url: https://api.github.com/repos/bytecodealliance/wasmtime/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/bytecodealliance/wasmtime/releases/latest/download/wasmtime-v%v-x86_64-linux.tar.xz
wrap: bin
strip: 1
filter:
- wasmtime-v%v-x86_64-linux/wasmtime
spin:
version:
url: https://api.github.com/repos/fermyon/spin/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/fermyon/spin/releases/download/v%v/spin-v%v-linux-amd64.tar.gz
wrap: bin
filter:
- spin
wstunnel:
version:
url: https://api.github.com/repos/erebe/wstunnel/releases/latest
extract:
- github: null
install:
- download:
url: https://github.com/erebe/wstunnel/releases/download/v%v/wstunnel_%v_linux_amd64.tar.gz
wrap: bin
filter:
- wstunnel
pkgs:
- name: default
include: []
use:
- zip
- http
- wget
- fs
- name: fs
include:
- tree
- name: base
include:
- sudo
- tzdata
- name: nu
include:
- nushell
require:
- base
use:
- git
- name: nvim
include:
- neovim
- lsp-lua
require:
- base
- git
- find
use:
- devkit
- name: devkit
include:
- build-essential
- name: nvim-js
include: []
require:
- nvim
- javascript-runtime
- name: rust
include:
- rust
- cargo:
- cargo-watch
- cargo-expand
- cargo-eval
- cargo-tree
- cargo:
- cargo-feature
- cargo-prefetch
- cargo:
- cargo-wasi
require:
- nvim
- name: rust-lib
include:
- cargo:
- quicli
- structopt
- structopt-yaml
require:
- rust
- name: haskell
include:
- ghc
- haskell-language-server
require:
- nvim
- name: golang
include: null
require:
- nvim
- name: javascript-runtime
include:
- nodejs
- name: python-runtime
include:
- debian:
- python3
- python3-pip
arch:
- python
- python-pip
- name: python
include: []
require:
- nvim
- python-runtime
- name: lsp-rust
include:
- rust-analyzer
require:
- rust
- name: lsp-haskell
include: null
require: null
- name: lsp-lua
include: null
require: null
- name: lsp-js
include: null
require: null
- name: lsp-py
include: null
require: null
- name: lsp-go
include: null
require: null
- name: find
include:
- ripgrep
- fd
- name: http
include:
- curl
- debian:
- ca-certificates
- name: wget
include:
- wget
- name: ssh
include:
- rsync
- name: crypto
include:
- openssl
- pwgen
- name: python-utils
include:
- pip:
- ipython
- debugpy
- pydantic
- pytest
- pip:
- httpx
- hydra-core
- typer
- pyyaml
- deepmerge
- pip:
- PyParsing
- structlog
- python-json-logger
- pip:
- decorator
- more-itertools
- cachetools
require:
- python-runtime
- name: git
include:
- git
- name: json
include:
- jq
- name: yaml
include:
- yq
- name: exec
include:
- just
- mask
- watchexec
- name: proc
include:
- procps
- htop
- btm
- name: netadmin
include:
- tcpdump
- socat
- name: net
include:
- inetutils-ping
- iproute2
- iptables
- net-tools
- bdwh
- name: cron
include:
- cron
- name: sqlite
include:
- sqlite3
- name: file
include:
- patch
- tree
- lsof
- dust
- name: log
include:
- logrotate
- name: zip
include:
- xz-utils
- zstd
- zip
- unzip
- name: s3
include:
- s3fs
- fuse