{"id":34531898,"url":"https://github.com/traap/bootstrap-win-env","last_synced_at":"2026-03-15T19:03:41.868Z","repository":{"id":311331219,"uuid":"1043059725","full_name":"Traap/bootstrap-win-env","owner":"Traap","description":"Bootstrap a minimal LaTeX, Ruby, and NeoVim on Windows 11. ","archived":false,"fork":false,"pushed_at":"2025-11-21T05:08:59.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-21T07:07:45.055Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Traap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-23T04:08:16.000Z","updated_at":"2025-11-21T05:09:02.000Z","dependencies_parsed_at":"2025-08-24T08:32:24.149Z","dependency_job_id":"4a06c901-46c6-4cfe-b5ff-ea80a41ac18d","html_url":"https://github.com/Traap/bootstrap-win-env","commit_stats":null,"previous_names":["traap/bootstrap-win-env"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Traap/bootstrap-win-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Traap%2Fbootstrap-win-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Traap%2Fbootstrap-win-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Traap%2Fbootstrap-win-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Traap%2Fbootstrap-win-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Traap","download_url":"https://codeload.github.com/Traap/bootstrap-win-env/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Traap%2Fbootstrap-win-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30549666,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-15T15:03:43.933Z","status":"ssl_error","status_checked_at":"2026-03-15T15:03:37.630Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-24T05:47:02.944Z","updated_at":"2026-03-15T19:03:41.863Z","avatar_url":"https://github.com/Traap.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Windows 11 Dev Environment Installer\n\nThis repository provides a reproducible Windows 11 development environment using\na single `install.cmd` script. It installs all tools using `winget` and runs\nunder **Command Prompt with administrative privileges**.\n---\n## ⚠️ TL;DR\n\nQuick steps:\n  1. Start a Git Bash shell and clone this repository\n```cmd\ngit clone http://github.com/Traap/bootstrap-win-env\ncd your-repo\n```\n  2. Change USERROOT in ```user-environment-variabvles.cfg```\n  3. Start a command shell and run these commands\n```command\nset-user-environment-variables.cmd\nset-user-path.cmd replace_userj\ninstall.cmd\n```\n  4. Logout; your system is ready.  FYI:  Check for a valid .bashrc\n  5. Start a Git Bash Shell to clone respositories and build documentation\n```\n  gits clone -v\n  cd $AUTODOCPATH\n  docbld list_files\n  docbld\n`\n---\n\n## 🔧 Requirements\n\n- ✅ Windows 11 (with `winget` v1.4+ or newer)\n- ✅ Run from **Command Prompt as Administrator**\n- ❌ Does *not* use PowerShell\n- ✅ Git and system PATH correctly configured\n- ✅ UTF-8/CRLF line endings enforced via `.gitattributes`\n\n---\n\n## 📦 Tools Installed\n\nThe script installs:\n\n- Git\n- Ruby (with DevKit)\n- MiKTeX LaTeX\n- Neovim\n- SumatraPDF\n- Visual Studio Code\n- Python 3\n- Traap/gits CLI\n\n---\n\n## ▶️ How to Use\n\n1. Open **Command Prompt as Administrator**\n2. Clone this repo:\n   ```cmd\n   git clone https://github.com/your-user/your-repo.git\n   cd your-repo\n   ```\n3. Run the installer:\n   ```cmd\n   install.cmd\n   ```\n\n---\n\n## ⚙️ Post-Install Notes\n\n- Ruby includes `rake` via `gem install`\n- Python is installed with virtual environment support\n- `gits` CLI is cloned into `%USERPROFILE%\\gits` and installed into a virtualenv\n- Visual Studio Code installs several extensions (e.g., Ruby, LaTeX, Neovim)\n\n---\n\n## 🪓 Uninstall\n\nTo uninstall everything, use the included `uninstall.cmd`:\n```cmd\nuninstall.cmd\n```\n\n- Supports `/dry-run` and logs to `uninstall.log`\n- Prompts for confirmation before proceeding\n\n---\n\n## 🧪 Troubleshooting\n\n- Ensure script line endings are **CRLF**\n- Run:\n  ```cmd\n  where winget\n  ```\n  If not found in admin shell, add this to system PATH:\n  ```\n  %LocalAppData%\\Microsoft\\WindowsApps\n  ```\n\n---\n\n## 📄 License\nBSD 3-Clause License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraap%2Fbootstrap-win-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraap%2Fbootstrap-win-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraap%2Fbootstrap-win-env/lists"}