npx claudepluginhub zeero/dotfiles --plugin simple-researchChezmoi dotfile management via natural language workflows
Personal MCP servers for Claude Code
Shared procedures and slash commands from dotfiles knowledge base
Skill for creating conventional-style git commits grouped by component when managing dotfiles and configuration changes.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
External network access
Connects to servers outside your machine
Share bugs, ideas, or general feedback.
My personal dotfiles, managed with chezmoi.
[!WARNING] Fork this repository and review the code before use. Don't blindly use my settings unless you know what they do. Use at your own risk!
To use this repository as a template:
lv416e/dotfiles with YOUR_USERNAME/dotfilesFirst, install Homebrew if not already installed:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then install required tools:
brew install chezmoi age 1password-cli mise
git config --global user.name "Your Name"
git config --global user.email "your.email@example.com"
You'll be prompted for configuration (email, vault name, encryption options, etc.):
chezmoi init lv416e/dotfiles
If you enabled 1Password integration during initialization:
eval $(op signin)
If you enabled age encryption, generate your key:
chezmoi age-keygen --output ~/.config/chezmoi/key.txt
[!NOTE] These steps are optional. The repository works without 1Password or age encryption.
chezmoi apply -v
cd ~/.local/share/chezmoi
brew bundle install
mise install
mise trust
See New Machine Setup Guide for detailed instructions and troubleshooting.
| Task | Command |
|---|---|
| Edit files | chezmoi edit ~/.zshrc |
| Apply changes | chezmoi apply |
| Commit and push | chezmoi cd && git add -A && git commit -m "Update config" && git push |
| Quick apply (alias) | mise a |
| Full system sync | mise sync |
| Verify secrets setup | mise secrets-verify |
| Sign in to 1Password | mise ops |
| Add encrypted file (if age enabled) | chezmoi add --encrypt ~/.ssh/id_rsa |
| Task | Command |
|---|---|
| Update mise tools | mise sys-update |
| Update Homebrew packages | brew update && brew upgrade |
| Clean caches | mise sys-clean |
| Health check | mise sys-health |
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim