blob: 01fee0928414dcb9837e12666395b26e7a9c8e1a (
plain) (
blame)
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
|
{
homebrew = {
casks = [
"bruno"
# "tuist"
"ghostty"
"zed"
"orbstack"
# "stratoshark"
"arduino-ide"
"fork"
"ltspice"
"utm"
"knuff"
"wireshark"
"raspberry-pi-imager"
"sf-symbols"
"wakatime"
"linear-linear"
"sublime-text"
"serial"
"thonny"
"visual-studio-code"
"virtual-ii"
"httpie"
"json-viewer"
];
brews = [
"httpie"
"mint"
"socat"
"node@23"
"xcdiff"
"storj-uplink"
"codespell"
"ninja"
"vapor"
"rustup"
"earthly"
"rye"
"swiftformat"
"swiftlint"
"appwrite"
"graphaello"
"cc65"
"convco"
"hcloud"
"codex"
"cargo-edit"
"cargo-msrv"
];
};
}
|