blob: fe0b126cb9295567ecaf9edeb03980a844beda96 (
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
55
56
57
58
|
{
homebrew = {
casks = [
"bruno"
"tuist"
"ghostty"
"zed"
"orbstack"
# "stratoshark"
"arduino-ide"
"fork"
# "ltspice"
"utm"
"knuff"
"wireshark-app"
"raspberry-pi-imager"
"sf-symbols"
"wakatime"
"linear-linear"
"sublime-text"
"serial"
"thonny"
"visual-studio-code"
"virtual-ii"
"httpie-desktop"
"json-viewer"
"virtualbuddy@beta"
"cursor"
"ghdl"
"dotnet-sdk"
];
brews = [
"httpie"
"mint"
"socat"
"node@22"
"xcdiff"
"storj-uplink"
"codespell"
"ninja"
"vapor"
"rustup"
"earthly"
"rye"
"swiftformat"
"swiftlint"
"appwrite"
"graphaello"
"cc65"
"convco"
"hcloud"
"cargo-edit"
"cargo-msrv"
"xcbeautify"
];
};
}
|