-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
48 lines (42 loc) · 857 Bytes
/
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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/bundle'
tap 'lokalise/cli-2'
# Binaries
brew 'git' # https://apple.stackexchange.com/a/272220/352112
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'yadm'
# Development
brew 'go'
brew 'lokalise2'
brew 'mysql'
brew 'node'
# Apps
cask 'brave-browser'
cask 'daisydisk'
cask 'discord'
cask 'docker'
cask 'gpg-suite'
cask 'grammarly'
cask 'iterm2'
cask 'lastpass'
cask 'postman'
cask 'slack'
cask 'spotify'
cask 'telegram'
cask 'visual-studio-code'
cask 'whatsapp'
cask 'zoom'
# Quicklook
cask 'quicklook-csv'
cask 'quicklook-json'
# Fonts
cask 'font-fira-code'
# Mac App Store
mas 'Grammarly for Safari', id: 1462114288
mas 'Session Pomodoro Focus Timer', id: 1521432881
mas 'WhatsApp', id: 1147396723
mas 'WPS Office: PDF, Docs, Sheet', id: 1468073139
mas 'Xcode', id: 497799835