{"id":31856722,"url":"https://github.com/e-gleba/dev-setup","last_synced_at":"2026-05-05T06:38:30.825Z","repository":{"id":228241007,"uuid":"773467648","full_name":"e-gleba/dev-setup","owner":"e-gleba","description":"Streamline your Windows development setup with this repository, offering a simple, automatic configuration tailored for developers.","archived":false,"fork":false,"pushed_at":"2025-10-05T19:49:26.000Z","size":50,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-05T20:41:15.267Z","etag":null,"topics":["automation","customization","development","powershell","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e-gleba.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":"2024-03-17T18:34:11.000Z","updated_at":"2025-10-05T19:49:30.000Z","dependencies_parsed_at":"2024-03-17T20:25:20.310Z","dependency_job_id":"6e6de43d-b0ad-44cb-b2ee-953f3d306d42","html_url":"https://github.com/e-gleba/dev-setup","commit_stats":null,"previous_names":["geugenm/windows-setup","e-gleba/windows-setup","e-gleba/dev-setup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/e-gleba/dev-setup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-gleba%2Fdev-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-gleba%2Fdev-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-gleba%2Fdev-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-gleba%2Fdev-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e-gleba","download_url":"https://codeload.github.com/e-gleba/dev-setup/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e-gleba%2Fdev-setup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011598,"owners_count":26084964,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["automation","customization","development","powershell","windows-10","windows-11"],"created_at":"2025-10-12T14:29:43.430Z","updated_at":"2025-10-12T14:29:48.066Z","avatar_url":"https://github.com/e-gleba.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dev-setup\n\nMinimal, reproducible setup for developers on Windows and ALT Linux. Scoop-first on Windows. epm-first on ALT. No PATH hacks, no noise.\n\n## Supported platforms\n\n- Windows 10/11\n- ALT Linux (Sisyphus)\n\n## Quick start\n\nWindows\n\n- `git clone https://github.com/e-gleba/dev-setup.git`\n- `cd dev-setup/win`\n- `.\\activate.ps1` (run in a regular PowerShell; elevate only for system-wide components)\n\nALT Linux\n\n- Ensure sudo is enabled: \u003chttps://plafon.gitbook.io/alt-zero/start/sudo\u003e\n- Install epm (eepm): `sudo apt-get update \u0026\u0026 sudo apt-get install -y eepm`\n- `git clone https://github.com/e-gleba/dev-setup.git`\n- `cd dev-setup/alt`\n- `sudo ./alt_dev_setup.sh`\n\n## What gets installed\n\nWindows (via Scoop, fallback only if needed)\n\n- CLI: ripgrep, fzf, hyperfine, bat, fd, eza, jq, zoxide, delta, bottom, duf, dust, procs\n- Toolchains: rustup (+rust-analyzer, uutils-coreutils), llvm/clang/lld, mingw, cmake, ninja\n- Apps: joplin, mpv, qbittorrent, syncthing\n- Debug/net: nmap, wireshark, imhex, ghidra, tracy\n\nALT Linux (priority: epm play → epmi → apt-get)\n\n- epm play: telegram, steam, yandex-browser, android-studio, gradle, discord, joplin, postman\n- Repo: gcc/g++, make, cmake, ninja, pkg-config, clang/llvm/lld/lldb, rustup, rust-analyzer, uutils-coreutils, ripgrep, fzf, hyperfine, bat, fd-find, eza, sd, git-delta, bottom, procs, duf, du-dust, jq, zoxide, mpv, qbittorrent, syncthing, nmap, wireshark, imhex, ghidra, tracy, qtcreator, godot, vcpkg\n\n## Entry points\n\n- Windows: [win/activate.ps1](win/activate.ps1)\n- ALT Linux: [alt-linux/setup.sh](alt-linux/alt_dev_setup.sh)\n\n## Notes\n\n- Windows installs prefer user scope (Scoop). Run elevated only for components that require admin.\n- ALT Linux installs require root (sudo). For epm docs see: \u003chttps://alt-gnome.wiki/epm.html\u003e\n\n## License\n\nSee [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-gleba%2Fdev-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe-gleba%2Fdev-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe-gleba%2Fdev-setup/lists"}