-
Notifications
You must be signed in to change notification settings - Fork 5
/
Brewfile
67 lines (67 loc) · 1.21 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
tap 'caskroom/cask'
tap 'caskroom/versions'
tap 'cloudfoundry/tap'
tap 'git-duet/tap'
tap 'homebrew/bundle'
tap 'neovim/neovim'
tap 'universal-ctags/universal-ctags'
brew 'autoconf'
brew 'automake'
brew 'awscli'
brew 'azure-cli'
brew 'bash-git-prompt'
brew 'bzr'
brew 'cask'
brew 'cloudfoundry/tap/bosh-cli'
brew 'cloudfoundry/tap/cf-cli'
brew 'cloudfoundry/tap/bbl'
brew 'cloudfoundry/tap/credhub-cli'
brew 'cmake'
brew 'direnv'
brew 'fasd'
berw 'fpp'
brew 'fzf'
brew 'gdbm'
brew 'gettext'
brew 'git'
brew 'git-duet/tap/git-duet'
brew 'go'
brew 'jq'
brew 'lastpass-cli', args: ['with-pinentry']
brew 'libtool'
brew 'mysql'
brew 'neovim'
brew 'oniguruma'
brew 'openssl'
brew 'packer'
brew 'pinentry-mac'
brew 'pkg-config'
brew 'protobuf'
brew 'pt'
brew 'python3'
brew 'qt'
brew 'rbenv'
brew 'readline'
brew 'reattach-to-user-namespace'
brew 'ruby-build'
brew 'shellcheck'
brew 'sqlite'
brew 'terraform'
brew 'the_silver_searcher'
brew 'tig'
brew 'tmux'
brew 'tree'
brew 'universal-ctags/universal-ctags/universal-ctags', args: ['HEAD']
brew 'watch'
brew 'wget'
brew 'xz'
brew 'bash-completion'
cask 'flycut'
cask 'google-cloud-sdk'
cask 'iterm2'
cask 'ngrok'
cask 'slack'
cask 'spectacle'
cask 'vagrant'
cask 'virtualbox'
cask 'docker'