-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
155 lines (154 loc) · 2.76 KB
/
Brewfile
File metadata and controls
155 lines (154 loc) · 2.76 KB
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
145
146
147
148
149
150
151
152
153
154
155
# Installs on OSX only
if OS.mac?
tap 'mas-cli/tap'
tap 'norwoodj/tap'
# Brews
brew 'ack'
brew 'arping'
brew 'aws-shell'
brew 'awscli'
brew 'bash'
brew 'bash-completion'
brew 'certigo'
brew 'coreutils'
brew 'curl'
brew 'dhcpdump'
brew 'dhcping'
brew 'dnsperf'
brew 'dnstracer'
brew 'dos2unix'
brew 'ettercap'
brew 'ffmpeg'
brew 'findutils'
brew 'flowgrind'
brew 'fping'
brew 'foremost'
brew 'gawk'
brew 'git'
brew 'git-extras'
brew 'git-lfs'
brew 'git-secret'
brew 'gnu-sed'
brew 'gnupg2'
brew 'go'
brew 'graphicsmagick'
brew 'grep'
brew 'hadoop'
brew 'hopenpgp-tools'
brew 'htop'
brew 'httperf'
brew 'httpie'
brew 'httping'
brew 'httpry'
brew 'httpstat'
brew 'hub'
brew 'imagemagick'
brew 'iperf3'
brew 'ipmitool'
brew 'john-jumbo'
brew 'jq'
brew 'lazygit'
brew 'lzo'
brew 'm-cli'
brew 'mas'
brew 'moreutils'
brew 'mtr'
brew 'mutt'
brew 'nmap'
brew 'ollama', start_service: true
brew 'openssh'
brew 'p7zip'
brew 'pigz'
brew 'pngcheck'
brew 'pngcrush'
brew 'privoxy'
brew 'pwgen'
brew 'qemu'
brew 'recon-ng'
brew 'screen'
brew 'sipcalc'
brew 'smartmontools'
brew 'socat'
brew 'sqlite'
brew 'sqlmap'
brew 'ssh-audit'
brew 'sslscan'
brew 'sysdig'
brew 'tcpreplay'
brew 'tcptrace'
brew 'telnet'
brew 'tig'
brew 'tmux'
brew 'tree'
brew 'util-linux'
# brew 'vagrant-completion'
brew 'vim'
brew 'wakeonlan'
brew 'wget'
brew 'whois'
brew 'xz'
brew 'zsh'
brew 'zsh-completions'
# Casks
cask 'alfred'
cask 'android-platform-tools'
cask 'apache-directory-studio'
cask 'charles'
cask 'gns3'
cask 'firefox'
cask 'iterm2'
cask 'orbstack'
cask 'mitmproxy'
cask 'netspot'
cask 'openvisualtraceroute'
cask 'plexamp'
cask 'rar'
cask 'rectangle'
cask 'royal-tsx'
cask 'spotify'
cask 'stats'
cask 'teamspeak-client'
cask 'telegram'
cask 'transmission-remote-gui'
# cask 'vagrant'
cask 'viscosity'
cask 'visual-studio-code'
cask 'visualvm'
cask 'vlc'
cask 'nrlquaker-winbox'
cask 'wireshark-app'
cask 'xquartz'
# Fonts
cask 'font-anonymous-pro'
cask 'font-fira-code'
cask 'font-hack'
cask 'font-input'
cask 'font-iosevka'
cask 'font-source-code-pro'
cask 'font-terminus'
# MAS
mas 'Amphetamine', id: 937984704
mas 'Droplr', id: 498672703
mas 'ForkLift', id: 412448059
mas 'Microsoft Remote Desktop', id: 1295203466
mas 'Pixelmator', id: 407963104
mas 'Wireguard', id: 1451685025
end
# Installs on both linux & osx
tap 'derailed/k9s'
# kubernetes stuff
brew 'velero'
brew 'k9s'
brew 'krew'
brew 'kubectl'
brew 'calicoctl'
brew 'helm'
brew 'helmfile'
brew 'helm-docs'
brew 'istioctl'
brew 'kubectx'
brew 'cilium-cli'
brew 'kubeseal'
# misc stuff
brew 'shellcheck'
brew 'shfmt'