forked from driesvints/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
113 lines (106 loc) · 2.26 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Taps
tap 'homebrew/cask'
tap 'homebrew/cask-eid'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'homebrew/bundle'
# Binaries
brew 'awscli'
brew 'bash' # Latest Bash version
brew 'bat' # "cat" on steroids
brew 'coreutils' # Those that come with macOS are outdated
brew 'ffmpeg'
brew 'git'
brew 'gnupg2'
brew 'grep'
brew 'httpie'
brew 'hub'
brew 'mackup'
brew 'mas' # Mac App Store manager
brew 'pkg-config' # https://github.com/driesvints/dotfiles/issues/20
brew 'stripe/stripe-cli/stripe'
brew 'trash' # Manage the Trash bin
brew 'tree' # List directories in a tree structure
brew 'zlib' # Needed for Memcached
# Spatie Medialibrary
brew 'jpegoptim'
brew 'optipng'
brew 'pngquant'
brew 'svgo'
brew 'gifsicle'
# Development
brew 'php'
brew 'php@7.3'
brew 'php@7.2'
brew 'composer'
brew 'imagemagick'
brew 'mysql'
brew 'nginx'
brew 'node'
brew 'redis'
brew 'yarn'
# Apps
# cask '1password'
cask 'aerial'
cask 'alfred'
cask 'atom'
# cask 'bartender'
# cask 'caffeine'
cask 'discord'
cask 'docker'
cask 'firefox'
cask 'github'
# cask 'google-backup-and-sync'
cask 'google-chrome'
cask 'homebrew/cask-versions/google-chrome-canary'
cask 'gpg-suite'
# cask 'insomnia'
cask 'java'
cask 'messenger'
cask 'mysqlworkbench'
cask 'phpstorm'
# cask 'screenflow'
cask 'setapp'
# cask 'sip'
cask 'skype'
cask 'slack'
# cask 'tableplus'
cask 'telegram-desktop'
# cask 'there'
cask 'the-unarchiver'
cask 'tor-browser'
cask 'transmission'
cask 'transmit'
cask 'vagrant'
cask 'virtualbox' # Might need to allow access in Security settings
cask 'virtualbox-extension-pack'
cask 'vlc'
cask 'whatsapp'
# Quicklook
cask 'qlcolorcode'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'quicklook-csv'
cask 'qlstephen'
# Fonts
cask 'font-fira-code'
cask 'font-lato'
cask 'font-open-sans'
cask 'font-roboto'
cask 'font-roboto-condensed'
cask 'font-source-code-pro-for-powerline'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-source-serif-pro'
# Mac App Store
mas 'BetterSnapTool', id: 417375580
mas 'Color Picker', id: 641027709
mas 'GarageBand', id: 682658836
mas 'GoodNotes', id: 1480793815
mas 'Keynote', id: 409183694
mas 'Mediunic', id: 1088945121
mas 'Numbers', id: 409203825
mas "Pages", id: 409201541
mas 'Spark', id: 1176895641
mas 'VPN Unlimited', id: 727593140
mas 'watermark PRO', id: 535496284