dwmkerrdwmkerrCommunityยท1 Agent Skills Included

dotfiles

Automated developer machine setup, shell config, and dotfiles

Sets up a complete developer environment on MacOS and Linux with one command, covering shell, Vim, Tmux, Git, Node, Python, Ruby, and Go. Eliminates hours of manual configuration with idempotent scripts you can rerun safely to add or upgrade features. Backs up and restores private files like SSH and GPG keys via AWS S3, and includes reusable shell aliases and terminal themes.
npx skills add dwmkerr/dotfiles --all -g -y
Available:

Gives your AI agent working rules for this setup, including where to put temporary files, how to clone GitHub repos, and how to write comments, commits, and pull requests.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dwmkerr dotfiles?โ–ผ

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

How to set up a new Mac or Linux dev machine quickly?โ–ผ

Clone the repo and run `make setup` to interactively install your shell, editors, languages, and tools. Nothing changes unless you explicitly confirm each feature.

How to back up SSH and GPG keys between machines?โ–ผ

Run `make private-files-backup` on the source machine and `make private-files-restore` on the target machine. Files are stored encrypted in your own AWS S3 bucket.

Is the dotfiles setup safe to rerun?โ–ผ

Yes. The scripts are idempotent, so you can run the setup repeatedly to add or upgrade features without breaking your existing configuration.

Does this work with Claude Code?โ–ผ

Yes. It includes dedicated Claude Code configuration, hooks, status line, and skills that follow the standard SKILL.md format.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’