-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
97 lines (93 loc) · 1.69 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
88
89
90
91
92
93
94
95
96
97
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-eid'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'mongodb/brew'
tap 'nicoverbruggen/homebrew-cask'
# Binaries
brew 'mackup'
brew 'mas' # Mac App Store manager
# Development
brew 'act'
brew 'asdf'
brew 'neovim'
brew 'php'
brew '[email protected]'
brew '[email protected]'
brew '[email protected]'
brew '[email protected]'
brew '[email protected]'
brew 'postgresql'
brew 'composer'
brew 'gh'
brew 'goku'
brew 'lua'
brew 'luarocks'
brew 'mongodb-community'
brew 'mysql'
brew '[email protected]'
brew 'nginx'
brew 'node'
brew 'nvm'
brew 'python'
brew 'redis'
brew 'ripgrep'
brew 'tmux'
brew 'yarn'
# Apps
cask '1password'
cask 'alfred'
cask 'audacity'
cask 'bartender'
cask 'bettertouchtool'
cask 'bitbar'
cask 'brave-browser'
cask 'discord'
cask 'docker'
cask 'dropbox'
cask 'fluid'
cask 'github'
cask 'google-chrome'
cask 'hammerspoon'
cask 'handbrake'
cask 'iterm2'
cask 'karabiner-elements'
cask 'lastfm'
cask 'neovide'
cask 'ngrok'
cask 'notion'
cask 'phpmon'
cask 'postman'
cask 'rocket'
cask 'sequel-pro'
cask 'sketch'
cask 'slack'
cask 'spotify'
cask 'steam'
cask 'sublime-merge'
cask 'sublime-text'
cask 'tableplus'
cask 'telegram-desktop'
cask 'tinkerwel'
cask 'twitch'
cask 'visual-studio-code'
cask 'warp'
cask 'witch'
# Mac App Store
mas 'Bear', id: 1091189122
mas 'DaisyDisk', id: 411643860
mas 'Drafts', id: 1435957248
mas 'Due', id: 524373870
mas 'Fantastical', id: 975937182
mas 'Giphy Capture', id: 668208984
mas 'iStat Menus', id: 1319778037
mas 'LINE', id: 539883307
mas 'Menu World Time', id: 1446377255
mas 'MindNode', id: 1289197285
mas 'Omnifocus', id: 1346203938
mas 'Pocket', id: 568494494
mas 'Reeder', id: 1529448980
mas 'Spark', id: 1176895641
mas 'Tweetbot', id: 1384080005