shunk031shunk031Communityยท7 Agent Skills Included

dotfiles

Automated dotfiles setup for macOS and Ubuntu machines

Automates full developer environment setup across macOS, Ubuntu Desktop, and Ubuntu Server using chezmoi. Installs and configures shells, tmux, git, SSH keys, and coding assistants without manual copying of config files. Keeps public and private dotfiles in sync across machines with one command, eliminating repetitive environment rebuilding.
npx skills add shunk031/dotfiles --all -g -y
Available:

Tells the agent how this chezmoi-managed dotfiles repo is structured, where skills live, and which safety rules to follow when editing or applying configurations.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install shunk031 dotfiles?โ–ผ

Run `npx skills add shunk031/dotfiles --all -g -y` in your terminal to install all skills in this suite globally.

What does this dotfiles repository set up?โ–ผ

It automates a complete developer environment on macOS and Ubuntu, including zsh, tmux, git, SSH, and coding assistant configurations managed through chezmoi.

How are private dotfiles handled?โ–ผ

Private files like SSH keys are encrypted with age and managed in a separate private chezmoi source, keeping secrets out of the public repository.

Can I test the setup before applying it?โ–ผ

Yes. You can run the setup inside a Docker container with `make docker` and verify everything using `chezmoi init --apply` before touching your real machine.

Does it work with Claude Code and Codex?โ–ผ

Yes. The repository ships shared AGENTS.md guidance plus dedicated configuration for Claude Code, Codex, and Gemini-based assistants.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’