-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
160 lines (137 loc) · 2.89 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
151
152
153
154
155
156
157
158
159
160
# TAPS
# The `brew bundle` command
tap "homebrew/bundle"
# Formulae for 1Password CLI
tap "1password/tap"
# Formulae for sshpass
tap "esolitos/ipa"
# Formulae for webfont-related tools
tap "bramstein/webfonttools"
# Formulae for WezTerm
tap "wez/wezterm"
# BINARIES
# GNU utilities, to replace default BSD ones
brew "coreutils"
brew "findutils"
brew "grep"
brew "make"
brew "gnu-sed"
brew "stow"
# Get latest version of the OpenSSH utilities
# Disabled to not mess with Keychain integration
# brew "openssh"
# brew "ssh-copy-id"
brew "esolitos/ipa/sshpass"
# The `wget` command
brew "wget"
# Other miscellaneous binaries
brew "ack"
brew "atuin" # Rust
brew "bat" # Rust
brew "bottom" # Rust
brew "graphviz"
brew "imagemagick"
brew "jq"
brew "less"
brew "mackup" # Python
brew "mas" # Swift
brew "mkcert" # Golang
brew "neofetch"
brew "p7zip"
brew "pigz"
brew "pkg-config"
brew "protobuf" # Python
brew "readline"
brew "sqlmap"
brew "tealdeer" # Rust
brew "tree"
brew "xz"
brew "yq" # Golang
brew "zlib"
brew "zopfli"
# General development tools
brew "cmake"
brew "flyway" # Java
brew "gh" # Golang
brew "git"
brew "git-absorb" # Rust
brew "mise" # Rust
brew "nginx"
brew "shellcheck"
brew "terraform"
brew "watchman" # Python
brew "xh" # Rust
# Database related tools
brew "postgresql@15"
brew "sqlite"
# Docker related tools
brew "hadolint" # Haskell
brew "helm" # Golang
brew "k9s" # Golang
brew "kubernetes-cli" # Golang
brew "kustomize" # Golang
brew "minikube" # Golang
# Rust related tools
brew "rustup-init" # Rust
# Swift related tools
brew "cocoapods"
# Tools to optimise images
brew "jpegoptim"
brew "pngquant" # Rust
brew "optipng"
# Tools to generate webfonts
brew "bramstein/webfonttools/sfnt2woff"
brew "bramstein/webfonttools/sfnt2woff-zopfli"
brew "bramstein/webfonttools/woff2"
# CASKS
# Binaries and Drivers
cask "google-cloud-sdk"
cask "mitmproxy" # Python
cask "zulu17"
# Browsers
cask "firefox"
cask "google-chrome"
cask "microsoft-edge"
# Utilities
cask "1password"
cask "1password/tap/1password-cli"
cask "karabiner-elements"
cask "linear-linear"
cask "logi-options-plus"
cask "microsoft-auto-update"
cask "microsoft-excel"
cask "mimestream"
cask "morgen"
cask "mullvadvpn"
cask "notion"
cask "raycast"
cask "setapp"
cask "splashtop-business"
cask "the-unarchiver"
cask "yubico-yubikey-manager"
# IM
cask "slack"
cask "telegram-desktop"
# Creative and Design
cask "figma"
cask "font-meslo-lg-nerd-font"
cask "sf-symbols"
# Development
cask "dash"
cask "flipper"
cask "gitbutler"
cask "gpg-suite"
cask "httpie"
cask "imageoptim"
cask "jetbrains-toolbox"
cask "ngrok"
cask "orbstack"
cask "swiftformat-for-xcode"
cask "visual-studio-code"
cask "wez/wezterm/wezterm"
# Mobile
cask "vysor"
# MAC APPSTORE APPS
mas "Speedtest by Ookla", id: 1153157709
mas "WireGuard", id: 1451685025
mas "Xcode", id: 497799835