@@ -41,7 +41,7 @@ brew "cri-tools"
4141# Get a file from an HTTP, HTTPS or FTP server
4242brew "curl"
4343# Secure runtime for JavaScript and TypeScript
44- brew "deno"
44+ # brew "deno"
4545# Load/unload environment variables based on $PWD
4646brew "direnv"
4747# Lightweight DNS forwarder and DHCP server
@@ -77,7 +77,7 @@ brew "pkgconf"
7777# Smarter Dockerfile linter to validate best practices
7878brew "hadolint"
7979# Open-source video transcoder available for Linux, Mac, and Windows
80- brew "handbrake"
80+ # brew "handbrake"
8181# Kubernetes package manager
8282brew "helm"
8383# View and edit files in hexadecimal or ASCII
@@ -125,7 +125,7 @@ brew "minikube"
125125# Utility for managing network connections
126126brew "netcat"
127127# HTTP/2 C Library
128- brew "nghttp2"
128+ # brew "nghttp2"
129129# Web server scanner
130130brew "nikto"
131131# Port scanning utility for large networks
@@ -139,7 +139,7 @@ brew "ossp-uuid"
139139# Display directories as trees (with optional color/HTML output)
140140brew "tree"
141141# Password manager
142- brew "pass"
142+ # brew "pass"
143143# Pinentry for GPG on Mac
144144brew "pinentry-mac"
145145# Python dependency management tool
@@ -201,7 +201,7 @@ brew "zsh"
201201# Fish shell like syntax highlighting for zsh
202202brew "zsh-syntax-highlighting"
203203# Packer
204- brew "hashicorp/tap/packer"
204+ # brew "hashicorp/tap/packer"
205205# Localstack cli packaged using pyinstaller
206206brew "localstack/tap/localstack-cli"
207207# The tfswitch command lets you switch between terraform versions.
@@ -247,9 +247,9 @@ cask "leapp"
247247# Open-source Markdown editor
248248cask "macdown"
249249# Knowledge base that works on top of a local folder of plain text Markdown files
250- cask "obsidian"
250+ # cask "obsidian"
251251# Cloud storage client
252- cask "onedrive"
252+ # cask "onedrive"
253253# Quick Look plugin for mobile apps and provisioning profiles
254254cask "provisionql"
255255# Kubernetes and container management on the desktop
0 commit comments