Personal starter dotfiles for macOS, Linux, and Windows.
Run from this checkout:
./install.shOn macOS, the installer also installs the Homebrew dependencies in Brewfile. On Linux, package setup is skipped and the dotfiles are linked into place.
Run from PowerShell in this checkout:
.\install.ps1The Windows installer uses winget for Git, GitHub CLI, ripgrep, and Visual Studio Code Insiders, configures Git, and syncs Copilot files. Use .\install.ps1 -SkipPackages if those tools are already installed or winget is unavailable.
Windows symlinks require Developer Mode or an elevated PowerShell session.
Global instructions and user-level skills live under copilot/. Inspect the generated skill inventory with:
script/sync-copilot statusInstall changes with script/sync-copilot install; use the matching .ps1 commands on Windows. Skills with disabled: true in their YAML frontmatter remain tracked but are not installed, and stale links managed by this checkout are pruned safely.
Machine-specific or private shell configuration should live in ~/.localrc, not in this repo.
Originally forked from https://github.com/tclem/dotfiles