Imported from haacked/dotfiles (
AGENTS.md). Install upstream withnpx skills add haacked/dotfiles. Copyright stays with the author.
Dotfiles Project
This repository manages shell configuration, aliases, completions, and utility scripts.
Shell Configuration
~/.zshrc is a symlink to zsh/zshrc.symlink (created by script/bootstrap). All interactive shell configuration lives in this file.
Key files:
zsh/zshrc.symlink— interactive shell: oh-my-zsh, tool managers, PATH, env vars, functionszsh/zshenv.symlink— all contexts: Homebrew,~/.local/bin, Cargozsh/zprofile.symlink— login shells: .NET tools, OrbStackzsh/aliases.zsh— shell aliaseszsh/*-completion.zsh— tab completion scripts~/.secrets— credentials (not tracked; sourced byzshrc.symlink)