-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevbox.json
More file actions
48 lines (48 loc) · 1.05 KB
/
devbox.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.2/.schema/devbox.schema.json",
"packages": [
"ripgrep@latest",
"git@latest",
"neovim@latest",
"openssh@latest",
"delta@latest",
"jq@latest",
"yq@latest",
"biome@latest",
"yubikey-manager@latest",
"yubico-piv-tool@latest",
"shellcheck@latest",
"nodejs@latest",
"go_1_24@latest",
"gopls@latest",
"goimports-reviser@latest",
"rustc@latest",
"cargo@latest",
"rust-analyzer@latest",
"foundry@latest",
"solc-select@latest",
"htop@latest",
"viddy@latest",
"websocat@latest",
"grpcurl@latest",
"pigz@latest",
"tmux@latest",
"universal-ctags@latest",
"llvm@latest",
"lld@latest",
"clang-tools@latest",
"clang@latest",
],
"shell": {
"init_hook": [
"alias vi=nvim",
"alias vim=nvim",
"export XDG_CONFIG_HOME=\"$DEVBOX_PROJECT_ROOT/.config\"",
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1",
],
},
},
}