wcyganwcyganCommunity·9 Agent Skills Included

dotfiles

Reproducible Nix developer environment and editor configuration

Installs a complete cross-platform developer setup with Nix packages, Fish shell, Starship prompt, and managed config links. Configures Neovim, Zed, Ghostty, Zellij, and lazygit through guided skills instead of manual file editing. Eliminates broken setups with journaled installs, strict verification, and one-command recovery across macOS, Ubuntu, and Fedora.
npx skills add wcygan/dotfiles --all -g -y
Available:

Routes every setup, Nix, or configuration request to the correct sub-skill and enforces safety rules like lockfile discipline and cross-platform verification before the agent makes changes.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install wcygan/dotfiles?

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

What does this dotfiles setup install?

It installs modern CLI tools like ripgrep, fd, bat, eza, and fzf through Nix, plus a configured Fish shell, Starship prompt, and symlinked editor configs. Everything is reproducible across macOS, Ubuntu, Fedora, and WSL.

Can it configure Neovim and Zed for me?

Yes. Dedicated skills handle Neovim Lua config, plugins, and LSP servers, plus Zed settings, keybindings, themes, and language servers based on plain-English requests.

What happens if the installation fails halfway?

Every install step is journaled, so running `./bootstrap.sh recover` finishes or reverses an interrupted operation safely. Strict verification then confirms the final state.

Do I need to know Nix to use this?

No. The bootstrap script handles Nix installation and package management, and the agent skills translate your plain-English requests into the correct Nix and config changes.

Related Repositories in Software Engineering

View All in Software Engineering