When starting a new project, I often find myself copying over the same dotfiles — things like .vscode/, .editorconfig, or .prettierrc. It's a small step, but it adds friction. So I built a CLI tool to automate it.
Meet dotme — a simple, cross-platfor...