-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
150 lines (134 loc) · 2.42 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
145
146
147
148
149
150
# Install Tmux
brew "tmux"
brew "reattach-to-user-namespace"
# Install command completion tools
brew "zsh-completions"
brew "bash-completion"
brew "grunt-completion"
brew "vagrant-completion"
brew "docker-completion"
brew "gradle-completion"
brew "pip-completion"
brew "yarn-completion"
cask "fig"
# Install for fun
brew "figlet"
brew "cowsay"
brew "cmatrix"
brew "lolcat"
# Install VirtualBox
# cask "virtualbox"
# Install Kubernetes
brew "kubernetes-cli"
brew "minikube"
brew "kubectx"
tap "atombender/ktail"
brew "atombender/ktail/ktail"
# Install Terraform
brew "terraform"
# Install awscli/awslogs etc.
brew "awscli"
brew "awsebcli"
brew "awslogs"
# Install Node
brew "node"
# Install Go
brew "go"
# Install nvim
brew "neovim"
# Install GnuPG to enable PGP-signing commits.
brew "gnupg"
# Install more recent versions of some macOS tools.
brew "vim"
brew "grep"
brew "openssh"
brew "screen"
brew "php"
brew "gmp"
# https://github.com/Peltoche/lsd/issues/199#issuecomment-494218334
# https://github.com/lsd-rs/lsd/issues/199#issuecomment-499399488
brew "lsd"
tap "cantino/mcfly"
brew "mcfly"
brew "gping"
brew "httpstat"
cask "rectangle"
cask "boop"
cask "bitwarden"
cask "stats"
# Install font tools.
tap "bramstein/webfonttools"
brew "sfnt2woff"
brew "sfnt2woff-zopfli"
brew "woff2"
tap "homebrew/cask-fonts"
cask "font-hack-nerd-font"
# Install some CTF tools; see https://github.com/ctfs/write-ups.
#brew "aircrack-ng"
#brew "bfg"
#brew "binutils"
#brew "binwalk"
#brew "cifer"
#brew "dex2jar"
#brew "dns2tcp"
#brew "fcrackzip"
#brew "foremost"
#brew "hashpump"
#brew "hydra"
#brew "john"
#brew "knock"
#brew "netpbm"
#brew "nmap"
#brew "pngcheck"
#brew "socat"
#brew "sqlmap"
#brew "tcpflow"
#brew "tcpreplay"
#brew "tcptrace"
# `tcpserver` etc.
#brew "ucspi-tcp
#brew "xpdf"
#brew "xz"
# Install git tools
brew "git"
brew "git-crypt"
brew "git-lfs"
# Install GNU Tools
brew "coreutils"
brew "findutils"
brew "gnu-indent"
brew "gnu-sed"
brew "gnutls"
brew "grep"
brew "gnu-tar"
brew "gawk"
brew "gnu-getopt"
# Install other useful binaries.
brew "ack"
brew "imagemagick"
# text-based web browser
brew "lynx"
brew "p7zip"
brew "pigz"
# pipeline-viewer
brew "pv"
brew "rename"
brew "rlwrap"
brew "ssh-copy-id"
brew "tree"
brew "vbindiff"
# zopfli compression
brew "zopfli"
brew "aria2"
cask "rar"
brew "jq"
brew "thefuck"
brew "viddy"
brew "sshs"
tap "goodwithtech/r"
brew "goodwithtech/r/dockle"
brew "duf"
brew "wget"
brew "gping"
brew "hey"
brew "watch"