11tap "kaplanelad/tap" , trusted : true
2- tap "lihaoyun6/tap" , trusted : true
3- tap "sdkman/tap" , trusted : true
42# Search tool like grep, but optimized for programmers
53brew "ack"
64# Run your GitHub Actions locally
@@ -27,6 +25,8 @@ brew "bat"
2725brew "bat-extras"
2826# Resource monitor. C++ version and continuation of bashtop and bpytop
2927brew "btop"
28+ # Read-only developer endpoint scanner for supply-chain exposure
29+ brew "bumblebee"
3030# Manage your dotfiles across multiple diverse machines, securely
3131brew "chezmoi"
3232# GNU File, Shell, and Text utilities
@@ -69,6 +69,8 @@ brew "hunk"
6969brew "k3d"
7070# Kubernetes CLI To Manage Your Clusters In Style!
7171brew "k9s"
72+ # Static analysis tool for Kubernetes YAML files and Helm charts
73+ brew "kube-linter"
7274# Kubernetes command-line interface
7375brew "kubernetes-cli"
7476# Lazier way to manage everything docker
@@ -141,18 +143,16 @@ brew "yamllint"
141143brew "yazi"
142144# Process YAML, JSON, XML, CSV and properties documents from the CLI
143145brew "yq"
146+ # Find security issues in GitHub Actions setups
147+ brew "zizmor"
144148# Shell extension to navigate your filesystem faster
145149brew "zoxide"
146150# Intercept any risky patterns (default or defined by you) and prompt you a small challenge for double verification
147151brew "kaplanelad/tap/shellfirm"
148- # SDKMAN! the Software Development Kit Manager
149- brew "sdkman/tap/sdkman-cli"
150152# Stand alone ad blocker
151153cask "adguard"
152154# Image editing and design software
153155cask "affinity"
154- # Get the battery level of all your devices on your Mac.
155- cask "lihaoyun6/tap/airbattery"
156156# Official eID-Client of the Federal Government of Germany
157157cask "ausweisapp"
158158# Integrated CAD, CAM, CAE, and PCB software
0 commit comments