Discover and explore top open-source AI tools and projects—updated daily.
mizchimacOS dotfiles for AI agents and developer workflows
Top 57.2% on SourcePulse
Summary
This repository provides a managed dotfiles setup for macOS, leveraging chezmoi to organize and deploy configurations for various development tools and shell environments. It aims to streamline the setup of a consistent and feature-rich developer workspace.
How It Works
The core of this project is chezmoi, a tool for managing dotfiles. Configurations are organized in a directory structure that mirrors the target user's home directory (e.g., dot_zshrc maps to ~/.zshrc). This declarative approach enables consistent deployment of shell customizations, editor configurations (Helix), prompt themes (Starship), plugin managers (Sheldon), and terminal multiplexers (Zellij). The structure also includes specific configurations for dot_claude, integrating tools like Jujutsu VCS, dotenvx, and devbox.
Quick Start & Requirements
chezmoi init https://github.com/mizchi/chezmoi-dotfiles.git
chezmoi apply
chezmoi, zsh, and potentially other tools like Helix, mise, Sheldon, Starship, Zellij, and prek to be installed.Highlighted Details
dot_claude section with skills for Jujutsu VCS, dotenvx environment management, and Nix-based devbox environments.prek with secretlint for pre-commit hooks, actively preventing accidental commits of sensitive information.Maintenance & Community
No information on contributors, community channels, or roadmap is present in the provided README snippet.
Licensing & Compatibility
No license information is specified in the README snippet. Compatibility beyond macOS is not detailed.
Limitations & Caveats
The dotfiles are explicitly tailored for macOS, and their functionality on other operating systems is not guaranteed. The setup assumes the user is comfortable installing and managing the various development tools configured within the repository.
1 day ago
Inactive
aaif-goose