-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBrewfile
61 lines (50 loc) · 877 Bytes
/
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
# Installation
#
# /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# brew tap homebrew/bundle
# brew tap homebrew/cask-versions
# brew tap heroku/brew
# brew bundle
brew 'coreutils'
brew 'cmake'
brew 'automake'
brew '[email protected]'
brew 'llvm'
brew 'bind'
brew 'gnupg2'
brew 'the_silver_searcher'
brew 'tree'
brew 'ctags'
brew 'wrk'
brew 'cloc'
brew 'scc'
brew 'mkcert'
brew 'nss' # mkcert + Firefox
brew 'ruby-install'
brew 'chruby'
brew 'direnv'
brew 'node'
brew 'npm'
brew 'yarn'
brew 'git'
brew 'git-lfs'
brew 'gh'
brew 'go'
brew 'python3'
brew 'neovim'
brew 'tmux'
brew 'watchman'
brew 'highlight'
brew 'graphviz'
brew 'plantuml'
brew 'hugo'
brew 'postgresql'
brew 'mysql'
brew 'redis'
brew 'circleci'
brew 'awscli'
cask 'google-cloud-sdk'
cask 'phantomjs'
brew 'lame'
tap 'homebrew/cask-versions'
brew 'java11'