-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
119 lines (101 loc) · 2.04 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
114
115
116
117
118
119
cask_args appdir: '/Applications'
brew 'brew-cask-completion'
brew 'binutils'
brew 'coreutils'
brew 'findutils'
brew 'moreutils'
brew 'bash'
brew 'bash-completion'
brew 'bash-git-prompt'
brew 'git'
brew 'git-extras'
brew 'git-lfs'
brew 'gist'
brew 'autoconf'
brew 'automake'
tap 'homebrew/science'
tap 'homebrew/python'
brew 'python'
brew 'python3'
brew 'gpg'
brew 'gpg2'
brew 'the_silver_searcher'
brew 'wget'
brew 'tree'
brew 'nmap'
brew 'libtiff'
brew 'libjpeg'
brew 'imagemagick', args: ['--with-webp --with-fftw --with-librsvg --with-x11']
brew 'graphviz', args: ['--with-librsvg --with-x11']
brew 'freetype'
brew 'postgis'
brew 'libpq'
brew 'postgresql'
brew 'redis'
brew 'awscli'
brew 'awsebcli'
brew 'heroku'
brew 'nvm'
brew 'yarn'
brew 'openssl'
# brew 'mas'
# mas '1Password', id: 443_987_910
# mas 'Xcode', id: 497_799_835
# mas 'Keynote', id: 409_183_694
# mas 'Numbers', id: 409_203_825
# mas 'Airmail 3', id: 918_858_936
# mas 'Gemini 2', id: 1_090_488_118
# mas 'Kindle', id: 405_399_194
# mas 'Reeder 3', id: 880_001_334
# mas 'Moom', id: 419_330_170
# mas 'Twitter', id: 409_789_998
cask 'onedrive'
cask 'iterm2'
cask 'little-snitch'
cask 'alfred'
cask 'caffeine'
cask 'cheatsheet'
cask 'evernote'
cask 'google-chrome'
cask 'grammarly'
cask 'skype'
cask 'slack'
cask 'sublime-text'
cask 'the-unarchiver'
cask 'virtualbox'
cask 'docker'
cask 'paragon-ntfs', version: '14'
cask 'gitkraken'
cask 'psequel'
cask 'adobe-creative-cloud'
cask 'adobe-creative-cloud-cleaner-tool'
cask 'adobe-photoshop-lightroom'
cask 'franz'
cask 'kap'
cask 'firefox'
cask 'microsoft-office'
cask 'vlc'
cask 'etcher'
cask 'spotify'
cask 'fullcontact'
cask 'go2shell'
cask 'dash'
cask 'ngrok'
cask 'suspicious-package'
cask 'beersmith2'
cask 'qlcolorcode'
cask 'qlstephen'
cask 'qlmarkdown'
cask 'quicklook-json'
cask 'qlprettypatch'
cask 'quicklook-csv'
cask 'qlimagesize'
cask 'webpquicklook'
tap 'caskroom/fonts'
cask 'font-inconsolata'
cask 'font-quintessential'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'font-hack'
cask 'font-roboto'
cask 'font-open-sans'