{
  "markdown": "# My DotFiles\n\n![](./banner.png)\n\n- zsh\n- powershell\n\n## Install\n\n### Linux and macOS\n\n```bash\ncurl https://mise.run | sh\ngit clone git@github.com:zenobi-us/dotfiles.git ~/Projects/dotfiles\ncd ~/Projects/dotfiles\n./install.bash\n```\n\n### Windows\n\nOpen PowerShell as administrator.\n\n```powershell\nEnable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux,VirtualMachinePlatform -All -NoRestart\n```\n\nRestart Windows. Then run:\n\n```powershell\ngit clone git@github.com:zenobi-us/dotfiles.git $HOME\\Projects\\dotfiles\ncd $HOME\\Projects\\dotfiles\n.\\install.ps1\n```\n\n## Usage\n\nApply the full machine setup:\n\n```bash\nmise bootstrap --yes\n```\n\nApply one bootstrap phase:\n\n```bash\nmise bootstrap --only dotfiles --yes\nmise bootstrap --only tools --yes\nmise bootstrap --only task --yes\n```\n\nCheck state without changing the machine:\n\n```bash\nmise bootstrap status\nmise bootstrap status --missing\nmise bootstrap --dry-run\n```\n\nUse the legacy wrapper only as a shortcut:\n\n```bash\n./apply.sh\n./apply.sh --only dotfiles\n```\n\n## Layout\n\n| Path | Purpose |\n| --- | --- |\n| `mise.toml` | Common tools, bootstrap tasks, and shared dotfiles |\n| `mise.linux.toml` | Linux packages, dotfiles, and systemd user units |\n| `mise.wsl2.toml` | WSL2-only systemd user units. Loads only when `MISE_ENV=wsl2` (set by `shells/files/zsh/modules/wsl__env.zsh`) |\n| `mise.macos.toml` | macOS packages and dotfiles |\n| `mise.windows.toml` | Windows dotfiles and setup tasks |\n| `devtools/files/mise/tasks/` | File tasks for mise |\n| `*/files/` | Managed dotfile sources |\n\n## Notes\n\n`mise bootstrap` replaces the old Comtrya manifests.\n\nWindows package setup still runs through `tasks.bootstrap:windows`. Mise does not have native `winget` or `scoop` bootstrap managers yet.\n",
  "bytes": 1764,
  "sha": "d7353e3f05b1c4a764feddd7e51380f9570ee3fe66a26ac563025c01c7165f9a",
  "repo_slug": "zenobi-us/dotfiles",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_zenobi_us_dotfiles_ai_files_skills_exper_a193501a/readme"
}