-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBrewfile
87 lines (75 loc) · 1.46 KB
/
Brewfile
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
cask_args appdir: '/Applications'
# Tap for drivers as Casks
tap 'homebrew/cask-drivers'
# Tap for fonts as Casks
tap 'homebrew/cask-fonts'
# Command-line
brew 'blueutil'
brew 'coreutils'
brew 'dark-mode'
brew 'diff-so-fancy'
brew 'duti'
brew 'findutils'
brew 'git'
brew 'gnu-sed'
brew 'grep'
brew 'mas'
brew 'nodenv'
brew 'pyenv'
brew 'rbenv'
brew 'safe-rm'
brew 'shellcheck'
brew 'tmux'
brew 'wget'
brew 'wifi-password'
brew 'yt-dlp'
brew 'zsh'
brew 'zsh-autosuggestions'
brew 'zsh-completions'
brew 'zsh-syntax-highlighting'
# Apps
cask '1password'
cask 'alacritty'
cask 'android-file-transfer'
cask 'appcleaner'
cask 'balenaetcher'
cask 'caffeine'
cask 'calibre'
cask 'charles'
cask 'chromium'
cask 'disk-inventory-x'
cask 'firefox'
cask 'flux'
cask 'gas-mask'
cask 'google-chrome'
cask 'imageoptim'
cask 'launchcontrol'
cask 'macdown'
cask 'mactex'
cask 'noisy'
cask 'openemu'
cask 'postman'
cask 'raycast'
cask 'signal'
cask 'sloth'
cask 'spectacle'
cask 'spotify'
cask 'swiftdefaultappsprefpane'
cask 'the-unarchiver'
cask 'transmission'
cask 'visual-studio-code'
cask 'vlc'
cask 'whatsapp'
# Drivers
cask 'caldigit-thunderbolt-charging'
cask 'xbox360-controller-driver-unofficial'
# Fonts
cask 'font-fira-mono'
# App Store
mas 'Joystick Mapper', id: 528183797
mas 'Lightshot Screenshot', id: 526298438
mas 'LimeChat', id: 414030210
mas 'NextDNS', id: 1464122853
mas 'Pure Paste', id: 1611378436
mas 'Speediness', id: 1596706466
mas 'System Color Picker', id: 1545870783