File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 31
31
hello
32
32
type nix
33
33
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
34
45
type litecli
35
46
litecli --version
36
47
type glab
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ homebrew {
13
13
" atuin" ,
14
14
" dagger" ,
15
15
" fish" ,
16
+ " jsonnet" ,
16
17
" litecli" ,
17
18
" oh-my-posh" ,
18
19
" opam" ,
@@ -26,11 +27,14 @@ pkgx {
26
27
" bat" ,
27
28
" buf" ,
28
29
" bun" ,
30
+ " cue" ,
29
31
" deno" ,
30
32
" dhall" ,
31
33
" direnv" ,
32
34
" docker" ,
33
35
" elixir" ,
36
+ " eza" ,
37
+ " fd"
34
38
" fzf" ,
35
39
" gh" ,
36
40
" git" ,
@@ -55,11 +59,13 @@ pkgx {
55
59
" rye" ,
56
60
" skate" ,
57
61
" syft" ,
62
+ " teller" ,
58
63
" terraform" ,
59
64
" tilt" ,
60
65
" tig" ,
61
- " teller " ,
66
+ " tmux " ,
62
67
" tofu" ,
68
+ " tree" ,
63
69
" trivy" ,
64
70
" turso" ,
65
71
" uv" ,
You can’t perform that action at this time.
0 commit comments