-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
67 lines (62 loc) · 1.23 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
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
tap 'homebrew/services'
tap 'nicoverbruggen/homebrew-cask'
# Binaries
brew 'awscli'
brew 'bash' # Latest Bash version
brew 'coreutils' # Those that come with macOS are outdated
brew 'git'
brew 'gnupg'
brew 'grep'
brew 'gh'
brew 'mackup'
brew 'mas'
brew 'pkg-config'
brew 'tree'
# Development
brew '[email protected]'
brew '[email protected]'
brew 'composer'
brew 'mysql'
brew 'node'
brew 'yarn'
# Apps
cask '1password'
cask '1password-cli'
cask 'alfred'
cask 'discord'
cask 'docker'
cask 'google-chrome'
cask 'oversight'
cask 'phpmon'
cask 'ray'
cask 'setapp'
cask 'skype'
cask 'slack'
cask 'transmission'
cask 'transmit'
cask 'visual-studio-code'
cask 'vlc'
cask 'zoom'
# Fonts
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
cask 'font-fira-code'
# Mac App Store
mas 'CheatSheet', id: 529456740
mas 'Expressions', id: 913158085
mas 'HiddenMe', id: 467040476
mas 'Magnet', id: 441258766
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'The Unarchiver', id: 1147396723
mas 'Twitter', id: 1482454543
mas 'WhatsApp', id: 1147396723