generated from audacioustux/devtopia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevbox.json
60 lines (60 loc) · 1.37 KB
/
devbox.json
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
{
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/latest/.schema/devbox.schema.json",
"packages": [
"oh-my-zsh@latest",
"zsh-autosuggestions@latest",
"zsh-syntax-highlighting@latest",
"ripgrep@latest",
"libiconv@latest",
"cloc@latest",
"go-task@latest",
"zoxide@latest",
"moreutils@latest",
"fzf@latest",
"httpie@latest",
"bat@latest",
"inotify-tools@latest",
"jq@latest",
"kubernetes-helm@latest",
"kubectl@latest",
"k9s@latest",
"unzip@latest",
"curl@latest",
"coreutils@latest",
"ncurses@latest",
"perl@latest",
"openssl@latest",
"autoconf@latest",
"git@latest",
"elixir@latest",
"nodejs@latest",
"flyctl@latest",
"minikube@latest",
"neovim@latest",
"docker-client@latest",
"github:audacioustux/bashlets",
"iputils@latest",
"unixtools.procps@latest",
"rustup@latest",
"pipx@latest",
"rebar3@latest",
"glibcLocales@latest",
"pkg-config@latest",
"gh@latest",
"pre-commit@latest",
"deno@latest",
"strace@latest",
"hyperfine@latest"
],
"env": {
"PATH": "$HOME/bin:$HOME/.local/bin:$PATH",
"ERL_AFLAGS": "+pc unicode -kernel shell_history enabled",
"ELIXIR_ERL_OPTIONS": "+fnu +sssdio 128"
},
"shell": {
"init_hook": [
"[ -f .env ] && source .env"
],
"scripts": {}
}
}