{"id":14063480,"url":"https://github.com/JMOrbegoso/PSWindowsDotfiles","last_synced_at":"2025-07-29T15:33:34.636Z","repository":{"id":187798058,"uuid":"568473412","full_name":"JMOrbegoso/PSWindowsDotfiles","owner":"JMOrbegoso","description":"Create and Run 🚀 Dotfiles projects for Windows 10/11","archived":false,"fork":false,"pushed_at":"2025-01-26T15:26:47.000Z","size":135,"stargazers_count":19,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T15:12:04.944Z","etag":null,"topics":["powershell"],"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/JMOrbegoso.png","metadata":{"files":{"readme":"docs/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}},"created_at":"2022-11-20T16:38:27.000Z","updated_at":"2025-04-09T12:31:07.000Z","dependencies_parsed_at":"2024-07-12T01:42:46.105Z","dependency_job_id":"f842efab-be04-43fc-bfe2-43d50a9d3eed","html_url":"https://github.com/JMOrbegoso/PSWindowsDotfiles","commit_stats":null,"previous_names":["jmorbegoso/pswindowsdotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JMOrbegoso/PSWindowsDotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMOrbegoso%2FPSWindowsDotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMOrbegoso%2FPSWindowsDotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMOrbegoso%2FPSWindowsDotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMOrbegoso%2FPSWindowsDotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JMOrbegoso","download_url":"https://codeload.github.com/JMOrbegoso/PSWindowsDotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JMOrbegoso%2FPSWindowsDotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267709622,"owners_count":24131922,"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-07-29T02:00:12.549Z","response_time":2574,"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":["powershell"],"created_at":"2024-08-13T07:03:21.677Z","updated_at":"2025-07-29T15:33:34.629Z","avatar_url":"https://github.com/JMOrbegoso.png","language":"PowerShell","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePSWindowsDotfiles\u003c/h1\u003e\n\u003ch2 align=\"center\"\u003eCreate and Run 🚀 Dotfiles projects for Windows 10/11\u003c/h2\u003e\n\n\u003cbr/\u003e\n\n## 💻 Install\n\nInstall it from the [PowerShell Gallery](https://www.powershellgallery.com/packages/PSWindowsDotfiles/):\n\n```PowerShell\nInstall-Module -Name \"PSWindowsDotfiles\" -Repository \"PSGallery\" -Scope \"AllUsers\";\n```\n\n## 🗺️ Usage\n\n1. Import PSWindowsDotfiles:\n\n   ```PowerShell\n   Import-Module \"PSWindowsDotfiles\";\n   ```\n\n2. May you need to configure the Execution Policy:\n\n   ```PowerShell\n   Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass;\n   ```\n\n3. Create a new Dotfiles project:\n\n   ```PowerShell\n   New-Dotfiles \"$HOME\\OneDrive\";\n   ```\n\n4. Build a super-duper Dotfiles project according to your needs:\n\n   ```Explorer\n   Dotfiles\n   │\n   │── Apps\n   │    │── git\n   │    │── powershell\n   │    │── vscode\n   │    │── windows-terminal\n   │    └── winfetch\n   │\n   │── Base\n   │── Clean\n   │── Helpers\n   │── Langs\n   │── OS\n   │── Shell\n   │     │── Exports\n   │     │── Functions\n   │     │── Images\n   │     │── Scripts\n   │     └── Themes\n   │\n   └── Dotfiles.ps1\n   ```\n\n5. Run it 🚀:\n\n   ```PowerShell\n   Install-Dotfiles \"$HOME\\OneDrive\\Dotfiles\";\n   ```\n\n## 🗺️ Try the example repository before creating your own\n\n1. Clone the repo:\n\n   ```PowerShell\n   git clone https://github.com/JMOrbegoso/PSWindowsDotfiles-Example.git $HOME\\PSWindowsDotfiles-Example;\n   ```\n\n2. Open any Windows PowerShell host console (Except Windows Terminal) with administrator rights and install it:\n\n   ```PowerShell\n   Install-Dotfiles $HOME\\PSWindowsDotfiles-Example;\n   ```\n\n## 👤 Author\n\n**JMOrbegoso:**\n\n- Website: [www.jmorbegoso.dev](https://www.jmorbegoso.dev)\n- Blog: [blog.jmorbegoso.dev](https://blog.jmorbegoso.dev)\n- Github: [@JMOrbegoso](https://github.com/JMOrbegoso/)\n- LinkedIn: [@jmorbegosodev](https://www.linkedin.com/in/jmorbegosodev/)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/JMOrbegoso/PSWindowsDotfiles/issues/).\n\n## 🌟Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2023 [JMOrbegoso](https://github.com/JMOrbegoso).\u003cbr /\u003e\nThis project is [GNU](https://github.com/JMOrbegoso/PSWindowsDotfiles/blob/main/LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJMOrbegoso%2FPSWindowsDotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJMOrbegoso%2FPSWindowsDotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJMOrbegoso%2FPSWindowsDotfiles/lists"}