Skip to content

Commit fb21b27

Browse files
committed
add jsonnet, cue, fd, tree, tmux and eza packages
1 parent 8fcdb9c commit fb21b27

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ jobs:
3131
hello
3232
type nix
3333
nix --version
34+
type jsonnet
35+
jsonnet --version
36+
type cue
37+
cue version
38+
type tmux
39+
type fd
40+
fd --version
41+
type tree
42+
tree --version
43+
type eza
44+
eza --version
3445
type litecli
3546
litecli --version
3647
type glab

envhub.hcl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ homebrew {
1313
"atuin",
1414
"dagger",
1515
"fish",
16+
"jsonnet",
1617
"litecli",
1718
"oh-my-posh",
1819
"opam",
@@ -26,11 +27,14 @@ pkgx {
2627
"bat",
2728
"buf",
2829
"bun",
30+
"cue",
2931
"deno",
3032
"dhall",
3133
"direnv",
3234
"docker",
3335
"elixir",
36+
"eza",
37+
"fd"
3438
"fzf",
3539
"gh",
3640
"git",
@@ -55,11 +59,13 @@ pkgx {
5559
"rye",
5660
"skate",
5761
"syft",
62+
"teller",
5863
"terraform",
5964
"tilt",
6065
"tig",
61-
"teller",
66+
"tmux",
6267
"tofu",
68+
"tree",
6369
"trivy",
6470
"turso",
6571
"uv",

0 commit comments

Comments
 (0)