Skip to content

Commit f2d50fc

Browse files
tweak brewfile
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
1 parent 80036e9 commit f2d50fc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Brewfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ brew "cri-tools"
4141
# Get a file from an HTTP, HTTPS or FTP server
4242
brew "curl"
4343
# Secure runtime for JavaScript and TypeScript
44-
brew "deno"
44+
# brew "deno"
4545
# Load/unload environment variables based on $PWD
4646
brew "direnv"
4747
# Lightweight DNS forwarder and DHCP server
@@ -77,7 +77,7 @@ brew "pkgconf"
7777
# Smarter Dockerfile linter to validate best practices
7878
brew "hadolint"
7979
# Open-source video transcoder available for Linux, Mac, and Windows
80-
brew "handbrake"
80+
# brew "handbrake"
8181
# Kubernetes package manager
8282
brew "helm"
8383
# View and edit files in hexadecimal or ASCII
@@ -125,7 +125,7 @@ brew "minikube"
125125
# Utility for managing network connections
126126
brew "netcat"
127127
# HTTP/2 C Library
128-
brew "nghttp2"
128+
# brew "nghttp2"
129129
# Web server scanner
130130
brew "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)
140140
brew "tree"
141141
# Password manager
142-
brew "pass"
142+
# brew "pass"
143143
# Pinentry for GPG on Mac
144144
brew "pinentry-mac"
145145
# Python dependency management tool
@@ -201,7 +201,7 @@ brew "zsh"
201201
# Fish shell like syntax highlighting for zsh
202202
brew "zsh-syntax-highlighting"
203203
# Packer
204-
brew "hashicorp/tap/packer"
204+
# brew "hashicorp/tap/packer"
205205
# Localstack cli packaged using pyinstaller
206206
brew "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
248248
cask "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
254254
cask "provisionql"
255255
# Kubernetes and container management on the desktop

0 commit comments

Comments
 (0)