blob: ddcdb24fbc1865399719fb7d5277408328b0e693 (
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
|
{
homebrew = {
brews = [
"gpg"
"pinentry-mac"
"sudo-touchid"
"mas"
"mods"
"wishlist"
"vhs"
"skate"
"qemu"
];
casks = [
"android-file-transfer"
"android-platform-tools"
"chrome-remote-desktop-host"
"surfshark"
"parsec"
"pearcleaner"
"coconutbattery"
"webtorrent"
"daisydisk"
# "onyx"
"sony-ps-remote-play"
# "retroarch"
"netnewswire"
"prettyclean"
"imageoptim"
"setapp"
# "parallels"
"proton-drive"
"proton-mail"
"proton-pass"
"protonvpn"
"google-drive"
"notion-calendar"
"motrix"
"mini-vmac"
];
};
}
|