-
Notifications
You must be signed in to change notification settings - Fork 0
/
Brewfile
73 lines (69 loc) · 1.46 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
# Tap head-only.
tap 'homebrew/boneyard'
# Install brews.
brew 'clang-format'
brew 'colordiff'
brew 'dockutil'
brew 'homebrew/boneyard/gitstats'
brew 'ideviceinstaller'
brew 'imagemagick', args: ['with-webp']
brew 'lftp'
brew 'mas'
brew 'terminal-notifier'
brew 'trash'
brew 'watch'
brew 'wget', args: ['with-iri']
brew 'zsh-completions'
# Install Mac App Store apps.
mas '1Password', id: 443987910
mas 'Acorn', id: 634108295
mas 'GIF Brewery 3', id: 1081413713
mas 'iMovie', id: 408981434
mas 'iPhoto', id: 408981381
mas 'Keynote', id: 409183694
mas 'Mactracker', id: 430255202
mas 'Numbers', id: 409203825
mas 'Pages', id: 409201541
mas 'Reeder', id: 880001334
mas 'Slack', id: 803453959
mas 'Soulver', id: 413965349
mas 'Twitter', id: 409789998
mas 'The Unarchiver', id: 425424353
# Tap Cask.
tap 'caskroom/cask'
# Tap the Versions Caskroom.
tap 'caskroom/versions'
# Install Cask apps.
cask 'alfred'
cask 'airflow'
cask 'caption'
cask 'carbon-copy-cloner'
cask 'colloquy'
cask 'daisydisk'
cask 'day-o'
cask 'divvy'
cask 'dropbox'
cask 'flux'
cask 'free-ruler'
cask 'github-desktop'
cask 'google-chrome'
cask 'iterm2'
cask 'kaleidoscope'
cask 'powerphotos'
cask 'provisioning'
cask 'qlcolorcode'
cask 'qlimagesize'
cask 'qlmarkdown'
cask 'qlprettypatch'
cask 'qlstephen'
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'remote-buddy'
cask 'spotify'
cask 'sublime-text3'
cask 'superduper'
cask 'transmission'
# Not the latest version.
cask 'typinator59'
cask 'webpquicklook'
cask 'wwdc'