forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
144 lines (132 loc) · 2.88 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
# Install GNU core utilities (those that come with OS X are outdated)
# Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
brew 'coreutils'
brew 'less'
# Install some other useful utilities like `sponge`
brew 'moreutils'
# Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed
brew 'findutils'
# Install GNU `sed`, overwriting the built-in `sed`
brew 'gnu-sed'
# Install Bash 4
# Note: don’t forget to add `/usr/local/bin/bash` to `/etc/shells` before running `chsh`.
brew 'bash'
# Install Bash completion
brew 'bash-completion@2'
# Install useful completions
brew 'brew-cask-completion'
# brew 'composer-completion'
brew 'gem-completion'
brew 'launchctl-completion'
brew 'open-completion'
brew 'ruby-completion'
brew 'yarn-completion'
# Install more recent versions of some OS X tools
brew 'vim'
brew 'grep'
brew 'screen'
brew 'zlib'
# Install other useful binaries
brew 'ack'
brew 'aria2'
brew 'awk'
brew 'awscli'
brew 'bat'
brew 'bfg'
brew 'cloc'
brew 'cmake'
brew 'csvkit'
brew 'ctags'
brew 'diff-so-fancy'
brew 'docker-compose'
brew 'dust'
brew 'exa'
brew 'fzf'
brew 'gcc'
brew 'gh'
brew 'ghex'
brew 'git'
brew 'git-standup'
brew 'git-quick-stats'
brew 'glow'
brew 'gnupg'
brew 'go'
brew 'goaccess'
brew 'graphviz'
brew 'grip'
brew 'httpie'
brew 'htop-osx'
brew 'http-prompt'
brew 'jp2a'
brew 'jpegoptim'
brew 'jq'
brew 'jrnl'
brew 'jsonlint'
brew 'tdewolff/tap/minify'
brew 'node' # This installs `npm` too using the recommended installation method
brew 'openjdk'
brew '[email protected]'
brew 'optipng'
brew 'p7zip'
brew 'pigz'
brew 'postgresql'
brew 'pv'
brew 'python3'
brew 'rbenv'
brew 'rbenv-binstubs'
brew 'rename'
brew 'ssh-copy-id', link: true
brew 'terraform'
brew 'terraform-docs'
brew 'titlecase'
brew 'tldr'
brew 'tree'
brew 'unar'
brew 'webkit2png'
brew 'wget', ags: ['with-iri']
brew 'yamllint'
brew 'yarn'
brew 'youtube-dl'
brew 'zopfli'
# Install Brew Cask along with Desktop apps
tap 'homebrew/cask'
# SVN is a prerequisite for installing fonts from Homebrew
brew 'svn'
tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
cask '1password-beta'
cask '1password-cli'
cask 'docker'
cask 'font-source-code-pro'
cask 'font-source-sans-pro'
cask 'google-chrome'
cask 'haptickey'
cask 'hey'
cask 'iterm2-beta'
cask 'licecap'
cask 'meetingbar'
# cask 'protonvpn'
cask 'rescuetime'
cask 'screenflick'
cask 'slack-beta'
cask 'tableplus'
cask 'tabula'
cask 'telegram-desktop-dev'
cask 'visual-studio-code'
cask 'zoom'
# Quick Look plugins
# See https://github.com/sindresorhus/quick-look-plugins
cask 'quicklook-csv'
cask 'quicklook-json'
cask 'suspicious-package'
cask 'webpquicklook'
# Mac App Store apps
# Install mas cli for these to work
# https://github.com/mas-cli/mas
mas "AntiRSI", id: 442007571
mas "Keynote", id: 409183694
mas "Magnet", id: 441258766
mas "Numbers", id: 409203825
mas "Pages", id: 409201541
mas "Pocket", id: 568494494
mas "The Unarchiver", id: 425424353