update dotfiles #1
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces updates and improvements to the dotfiles setup, focusing on enhanced tooling for development, cloud infrastructure, and security, as well as better documentation and configuration management. The changes include a new
README.mdfor onboarding, expanded Homebrew package management, updates to VS Code and Docker configurations, and additional Helm chart repositories.Documentation and Onboarding
README.mddescribing the dotfiles setup, included tools, and security practices.Tooling and Package Management
Enhanced
dot_brewfilewith new taps and packages for cloud, networking, Kubernetes, IaC, Python, and Android development. Notable additions includesiderolabs/tap,talosctl,cilium-cli,tf-summarize,websocat,apktool, andjadx. Several package versions and comments were updated for clarity and compatibility. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]Updated installation scripts to handle Homebrew bundle failures gracefully and install new tools such as OpenCode. Terraform, Tofu, and Ansible package versions were bumped for consistency. [1] [2] [3]
Configuration Updates
dot_docker/private_config.jsonby adding new registries for authentication.private_Library/private_Preferences/helm/private_repositories.yaml.dot_zprofilefor Python, pipx, and OpenCode binaries, ensuring proper PATH ordering and accessibility. [1] [2]Editor and IDE Improvements
kennylong.kubernetes-yaml-formatterand added the corresponding extension. Enabled Copilot next edit suggestions and disabled Ansible Lightspeed. [1] [2] [3] [4]These updates collectively improve the developer experience, tooling coverage, and security for the dotfiles setup.