-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
58 lines (53 loc) · 1.03 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/bundle'
tap 'homebrew/cask-fonts'
# Binaries
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'svn' # Needed to install fonts
# Development
brew '[email protected]'
brew '[email protected]'
brew 'composer'
brew 'mysql'
brew 'nvm'
brew 'yarn'
brew 'pnpm'
brew 'yt-dlp'
brew 'ffmpeg'
brew 'ddev/ddev/ddev'
brew 'nss'
# Apps
cask 'docker'
cask 'firefox'
cask 'google-chrome'
cask 'slack'
cask 'visual-studio-code'
cask 'zoom'
cask '1password'
cask 'evernote'
cask 'raycast'
cask 'encryptme'
cask 'notion'
cask 'codewhisperer'
cask 'lando'
cask 'arc'
cask 'bartender'
cask 'zoom'
cask 'postman'
cask 'steam'
cask 'opal-composer'
cask 'orbstack'
# Fonts
cask 'font-source-code-pro-for-powerline'
# Mac App Store
# These might need to be installed manually first
mas 'Keynote', id: 409183694
mas 'Numbers', id: 409203825
mas 'Things', id: 904280696
mas 'Sleeve', id: 1606145041
mas 'Lightshot Screenshot', id: 526298438
mas 'GIPHY Capture. The GIF Maker', id: 668208984
mas 'Unclutter', id: 577085396
mas 'HP Easy Scan', id: 967004861