-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
129 lines (129 loc) · 4.26 KB
/
Copy pathBrewfile
File metadata and controls
129 lines (129 loc) · 4.26 KB
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
tap "aquasecurity/trivy"
tap "buildpacks/tap"
tap "derailed/k9s"
tap "knative-extensions/kn-plugins"
tap "knative/client"
tap "nikitabobko/tap"
tap "telepresenceio/telepresence"
# GitOps Continuous Delivery for Kubernetes
brew "argocd"
# Improved shell history for zsh, bash, fish and nushell
brew "atuin"
# Clone of cat(1) with syntax highlighting and Git integration
brew "bat"
# Tool for emulating mouse and keyboard events
brew "cliclick"
# Container runtimes on MacOS (and Linux) with minimal setup
brew "colima", restart_service: :changed
# Apjanke's fork of the classic cowsay project
brew "cowsay"
# Top-like interface for container metrics
brew "ctop"
# Simple, fast and user-friendly alternative to find
brew "fd"
# Play, record, convert, and stream select audio and video codecs
brew "ffmpeg"
# Infamous electronic fortune-cookie generator
brew "fortune"
# Command-line fuzzy finder written in Go
brew "fzf"
# GitHub command-line tool
brew "gh"
# Syntax-highlighting pager for git and diff output
brew "git-delta"
# Render markdown on the CLI
brew "glow"
# Log analysis TUI
brew "gonzo"
# Like cURL, but for gRPC
brew "grpcurl"
# Kubernetes package manager
brew "helm"
# Improved top (interactive process viewer)
brew "htop"
# Discover and fingerprint IKE hosts
brew "ike-scan"
# Tool that can switch between kubectl contexts easily and create aliases
brew "kubectx"
# Kubernetes controller and tool for one-way encrypted Secrets
brew "kubeseal"
# Simple terminal UI for git commands
brew "lazygit"
# Clone of ls with colorful output, file type icons, and more
brew "lsd"
# MCP server for Grafana
brew "mcp-grafana"
# Interpreted, interactive, object-oriented programming language
brew "python@3.14"
# Scalable distributed version control system
brew "mercurial"
# Run a Kubernetes cluster locally
brew "minikube"
# Open-source, cross-platform JavaScript runtime environment
brew "node"
# MongoDB Shell to connect, configure, query, and work with your MongoDB database
brew "mongosh"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# General-purpose speech recognition model
brew "openai-whisper"
# Provides a software solution to manage, store, and distribute sensitive data
brew "openbao"
# Open Fortinet client for PPP+TLS VPN tunnel services
brew "openfortivpn"
# Execute binaries from Python packages in isolated environments
brew "pipx"
# PDF rendering library (based on the xpdf-3.0 code base)
brew "poppler"
# Protocol buffers (Google's data interchange format)
brew "protobuf@21"
# Test SSL/TLS enabled services to discover supported cipher suites
brew "sslscan"
# VPN based on IPsec
brew "strongswan"
# Generate clients, server stubs, and docs from an OpenAPI spec
brew "swagger-codegen"
# Easiest, most secure way to use WireGuard and 2FA
brew "tailscale"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Allows for using more advanced kubevirt features
brew "virtctl", link: false
# Executes a program periodically, showing output fullscreen
brew "watch"
# Command-line client for WebSockets
brew "websocat"
# Linter for YAML files
brew "yamllint"
# Process YAML, JSON, XML, CSV and properties documents from the CLI
brew "yq"
# OpenAI's coding agent that runs in your terminal
cask "codex"
# Set of tools to manage resources and applications hosted on Google Cloud
cask "gcloud-cli"
# Clipboard manager
cask "maccy"
# Local speech-to-text, transcription, and meeting recording
cask "macparakeet"
# VPN client for secure internet access and private browsing
cask "nordvpn"
# Native desktop client for WhatsApp
cask "whatsapp"
vscode "ms-azuretools.vscode-containers"
vscode "ms-vscode-remote.remote-containers"
go "github.com/golangci/golangci-lint/v2/cmd/golangci-lint"
go "golang.org/x/tools/gopls"
go "golang.org/x/vuln/cmd/govulncheck"
go "github.com/kluisz/nava-cloud-security/k8s-audit"
go "github.com/jesseduffield/lazydocker"
go "navaenv"
go "github.com/dimonomid/nerdlog/cmd/nerdlog"
go "google.golang.org/protobuf/cmd/protoc-gen-go"
go "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
go "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
go "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
go "github.com/navacloud/grpc-core/protoc-gen-routes"
go "honnef.co/go/tools/cmd/staticcheck"
go "update-repos"
npm "@google/gemini-cli"
npm "docx"