Initial commit

This commit is contained in:
humocs-man
2026-02-17 17:27:26 +01:00
committed by GitHub
commit 302bbf2239
44 changed files with 4200 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# Brewfile for development tools
# Uncomment packages you want to install
# Container and orchestration tools
# brew "kind" # Kubernetes in Docker
# brew "kubectl" # Kubernetes CLI
# brew "k9s" # Kubernetes TUI
# brew "helm" # Kubernetes package manager
# Cloud tools
# brew "awscli" # AWS CLI
# brew "azure-cli" # Azure CLI
# Programming languages and tools
# brew "go" # Go programming language
# brew "node" # Node.js
# brew "python@3.12" # Python
# brew "rust" # Rust programming language
# Build tools
# brew "cmake" # Cross-platform build system
# brew "ninja" # Small build system
# Debugging and profiling
# brew "gdb" # GNU debugger
# brew "valgrind" # Memory debugging tool