mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2024-11-13 01:52:25 +00:00
9ad71abd87
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
18 lines
297 B
JSON
18 lines
297 B
JSON
{
|
|
"packages": [
|
|
"gita@latest",
|
|
"shfmt@latest",
|
|
"hadolint@latest",
|
|
"python@3.12.0"
|
|
],
|
|
"shell": {
|
|
"init_hook": [
|
|
"echo 'Welcome to devbox!' > /dev/null"
|
|
],
|
|
"scripts": {
|
|
"test": [
|
|
"echo \"Error: no test specified\" && exit 1"
|
|
]
|
|
}
|
|
}
|
|
}
|