-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathdevbox.json
More file actions
69 lines (67 loc) · 2.28 KB
/
devbox.json
File metadata and controls
69 lines (67 loc) · 2.28 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"packages": {
"github:joergdw/prspkgs#multiapps-cli-plugin": "",
"github:joergdw/prspkgs#cloud-mta-build-tool": "",
"path:.#app-autoscaler-cli-plugin": "",
"path:.#log-cache-cli-plugin": "",
"path:.#uaa-cli": "",
"path:.#flatten_json-schema": "",
"act": "0.2.87",
"apple-sdk": {
"version": "latest",
"platforms": [
"aarch64-darwin"
]
},
"actionlint": "1.7.12",
"bash-language-server": "5.6.0",
"bosh-cli": "7.3.1",
"cloudfoundry-cli": "8.18.0",
"coreutils": "latest",
"credhub-cli": "2.9.54",
"curl": "8.17.0",
"delve": "1.26.1",
"direnv": "2.37.1",
"fly": "8.1.1",
"gh": "2.89.0",
"ginkgo": "2.28.1",
"gnumake": "4.4.1",
"gnused": "latest",
"gnutar": "latest",
"go-tools": "2025.1.1",
"golangci-lint": "2.11.4",
"gopls": "0.21.1",
"google-java-format": "1.35.0",
"gum": "0.17.0",
"jdt-language-server": "1.57.0",
"jq": "1.8.1",
"markdownlint-cli2": "0.21.0",
"maven": "3.9.12",
"mysql": "10.6.12",
"oha": "1.14.0",
"openssl": "3.6.0",
"postgresql": "latest",
"python": "3.14.3",
"redocly": "2.17.0",
"ripgrep": "15.1.0",
"shellcheck": "0.11.0",
"temurin-bin-21": "21.0.3",
"which": "latest",
"xq-xml": "1.4.0",
"yq-go": "4.52.5",
"go": "1.25.5"
},
"shell": {
"init_hook": [
"export GOFIPS140=v1.0.0",
"export GOTOOLCHAIN='local'",
"install_plugin_if_needed() {",
" sum=$(sha1sum $(which $1) | cut --delimiter=' ' --fields='1')",
" cf plugins --checksum | grep --quiet ${sum} || cf install-plugin -f $(which $1)",
"}",
"install_plugin_if_needed 'app-autoscaler-cli-plugin'",
"install_plugin_if_needed 'log-cache-cli'",
"install_plugin_if_needed multiapps-cli-plugin"
]
}
}