We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9ad21 commit 07f708bCopy full SHA for 07f708b
install/Brewfile
@@ -15,7 +15,9 @@ brew "topgrade"
15
# fs/network
16
brew "bat"
17
brew "croc"
18
+brew "eza"
19
brew "httpie"
20
+brew "ngrok"
21
brew "ssh-copy-id"
22
brew "tree"
23
brew "unar"
@@ -34,6 +36,7 @@ brew "ripgrep"
34
36
brew "the_silver_searcher"
35
37
38
# languages/tools
39
+brew "cmake"
40
brew "gh"
41
brew "n"
42
brew "python"
@@ -44,6 +47,7 @@ brew "shellcheck"
44
47
# media
45
48
brew "ffmpeg"
46
49
brew "imagemagick"
50
+brew "optipng"
51
brew "uni"
52
brew "webp"
53
install/Rustfile
@@ -1,3 +1,4 @@
1
cargo-cache
2
cargo-update
3
jless
4
+just
0 commit comments