{"id":18237578,"url":"https://github.com/druxorey/windots","last_synced_at":"2026-05-02T06:38:25.996Z","repository":{"id":258919700,"uuid":"874596807","full_name":"druxorey/windots","owner":"druxorey","description":"A streamlined collection of my configuration files for Windows","archived":false,"fork":false,"pushed_at":"2024-12-16T00:38:24.000Z","size":747,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T11:53:12.045Z","etag":null,"topics":["dotfiles-windows","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/druxorey.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}},"created_at":"2024-10-18T05:52:13.000Z","updated_at":"2024-12-16T00:38:28.000Z","dependencies_parsed_at":"2024-12-15T18:36:46.453Z","dependency_job_id":null,"html_url":"https://github.com/druxorey/windots","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"c91d8d1cd1028468e1e58ff8bce6ca4b28a6ab65"},"previous_names":["druxorey/windots"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druxorey%2Fwindots","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druxorey%2Fwindots/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druxorey%2Fwindots/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/druxorey%2Fwindots/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/druxorey","download_url":"https://codeload.github.com/druxorey/windots/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247872459,"owners_count":21010246,"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","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":["dotfiles-windows","windows"],"created_at":"2024-11-05T02:06:25.487Z","updated_at":"2026-05-02T06:38:20.975Z","avatar_url":"https://github.com/druxorey.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWindots\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003eA streamlined collection of my configuration files for Windows\u003c/p\u003e\n\n\u003c!-- ![Desktop Screenshot](/assets/main-rice.webp) --\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.deviantart.com/druxorey/gallery/94231956/wallpapers-for-dracula\"\u003e\u003cimg src=\"https://img.shields.io/badge/wallpapers-BD93F9?style=for-the-badge\"\u003e\u003c/a\u003e\n\u003ca href=\"#installation\"\u003e\u003cimg src=\"https://img.shields.io/badge/installation-FF79C6?style=for-the-badge\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/druxorey/windots/blob/main/scripts/windows-bootstrap.ps1\"\u003e\u003cimg src=\"https://img.shields.io/badge/get%20script-BD93F9?style=for-the-badge\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Repository Structure\n\n- `assets`: Contains directories such as cursors for Windows cursors and icons used in the configuration.\n\n- `scripts`: Contains useful scripts for automating tasks during the initial setup of a Windows installation.\n\n\u003e [!CAUTION]\n\u003e Some of these scripts may violate Microsoft's guidelines and could be illegal. Whenever possible, acquire original licenses to avoid legal issues and ensure compliance with usage policies.\n\n## Installation\n\nThe `windows-bootstrap.ps1` script automates the initial setup and configuration of a Windows system. It activates Windows, installs essential programs, and copies some files for system customization.\n\nThis script is particularly useful for users who want a quick and easy installation process. You can find the script [here](scripts/windows-bootstrap.ps1).\n\nTo install the script, use the following command:\n\n```powershell\npowershell -NoProfile -ExecutionPolicy Bypass -Command \"iex (iwr -UseBasicParsing 'https://raw.githubusercontent.com/druxorey/windots/refs/heads/main/scripts/windows-bootstrap.ps1')\"\n```\n\n\u003e [!NOTE]\n\u003e This command downloads and executes the `windows-bootstrap.ps1` script from the GitHub repository. It uses `Invoke-WebRequest` (`iwr`) to fetch the script and `Invoke-Expression` (`iex`) to run it directly in PowerShell. The `-NoProfile` option ensures that PowerShell runs without loading user profiles, and `-ExecutionPolicy Bypass` allows the script to execute without execution policy restrictions.\n\n## Contribute\n\nIf you want to add new scripts or improve existing ones, follow these steps:\n\n1. Open an issue to discuss the changes.\n2. Fork this repository.\n3. Create a new branch for your contribution: `git checkout -b your-branch-name`.\n4. Make your changes.\n5. Commit your changes, for example: `git commit -m 'fix(scripts): external licence confirmation.'`.\n6. Push your changes to your forked repository: `git push origin your-branch-name`.\n7. Open a Pull Request in this repository and reference the original issue.\n\n## License\n\nThis project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruxorey%2Fwindots","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdruxorey%2Fwindots","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdruxorey%2Fwindots/lists"}