-
Notifications
You must be signed in to change notification settings - Fork 3
/
Brewfile
115 lines (109 loc) · 2.11 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
# frozen_string_literal: true
# vim: ft=ruby
tap 'homebrew/bundle'
tap 'homebrew/services'
# Build Environment/C/C++
brew 'autoconf'
brew 'automake'
brew 'bash-completion@2'
brew 'bat'
brew 'cmake'
brew 'coreutils'
brew 'direnv'
brew 'fzf'
brew 'gcc'
brew 'glances'
brew 'gnutls'
brew 'gnu-indent'
brew 'gnu-sed'
brew 'gnu-tar'
brew 'gnu-time'
brew 'gnu-which'
brew 'gpg2'
brew 'jemalloc'
brew 'jq'
brew 'libffi'
brew 'libmemcached'
brew 'libpq'
brew 'libtiff'
brew 'libtool'
brew 'libxml2'
brew 'libxslt'
brew 'libyaml'
brew 'libzip'
brew 'make'
brew 'memcached'
brew 'p7zip'
brew 'parallel'
brew 'pcre'
brew 'pcre'
brew 'pg_top'
brew 'pkg-config'
brew 'postgresql@16'
brew 'pstree'
brew 'pyenv'
brew 'rbenv'
brew 'readline'
brew 'redis'
brew 'ripgrep'
brew 'rsync'
brew 'ruby-build'
brew 'ruby-completion'
brew 'shellcheck'
brew 'stripe/stripe-mock/stripe-mock'
brew 'tree'
brew 'vim'
brew 'watch'
brew 'wget'
brew 'yamlfmt'
brew 'yamllint'
brew 'ydiff'
brew 'yq'
brew 'zlib'
brew 'volta'
brew 'v8'
# k8s
brew 'minikube'
brew 'kubernetes-cli'
cask 'chromedriver'
cask 'font-andale-mono'
cask 'font-anonymice-powerline'
cask 'font-arvo'
cask 'font-aurulent-sans-mono-nerd-font'
cask 'font-awesome-terminal-fonts'
cask 'font-bitstream-vera-sans-mono-nerd-font'
cask 'font-blex-mono-nerd-font'
cask 'font-cairo'
cask 'font-cascadia-mono'
cask 'font-consolas-for-powerline'
cask 'font-cousine'
cask 'font-cutive-mono'
cask 'font-d2coding'
cask 'font-dejavu-sans-mono-for-powerline'
cask 'font-everson-mono'
cask 'font-fantasque-sans-mono'
cask 'font-fontawesome'
cask 'font-ia-writer-mono'
cask 'font-inconsolata'
cask 'font-jetbrains-mono'
cask 'font-kawkab-mono'
cask 'font-lekton-nerd-font'
cask 'font-menlo-for-powerline'
cask 'font-meslo-for-powerline'
cask 'font-miriam-mono-clm'
cask 'font-monoid'
cask 'font-monoisome'
cask 'font-mononoki'
cask 'font-monoton'
cask 'font-noto-mono'
cask 'font-oswald'
cask 'font-oxygen'
cask 'font-oxygen-mono'
cask 'font-powerline-symbols'
cask 'font-pt-mono'
cask 'font-roboto'
cask 'font-roboto-mono-nerd-font'
cask 'font-share-tech-mono'
cask 'font-sometype-mono'
cask 'font-ubuntu'
cask 'font-victor-mono'