setup.sh— installs core tooling (via Homebrew +Brewfile) and symlinks configs into your home directory.Brewfile— Homebrew bundle for CLI tools (includesghfor GitHub auth).git/gitconfig— Git defaults + aliases; includes~/.gitconfig.localfor machine-specific overrides.gitignore_global— global ignores.
zsh/— Zsh config (.zshenv,.zshrc).config/— XDG-style app configs (e.g.starship.toml,ghostty/config).toolchains/— tool/runtime config (currentlymise.toml).scripts/— one-off scripts (e.g. macOS defaults).ai/— agent instructions and configs (AGENTS.global.md,codex.config.toml,opencode.json).
uq— unquarantine a Homebrew-installed app or binary.- Examples:
uq chromedriveroruq /Applications/SomeApp.app
- Examples: