{"id":23074634,"url":"https://github.com/prajwal-prathiksh/prajwal-dotfiles","last_synced_at":"2025-11-10T10:05:37.900Z","repository":{"id":252802110,"uuid":"840614932","full_name":"Prajwal-Prathiksh/prajwal-dotfiles","owner":"Prajwal-Prathiksh","description":"Repository of all the customizations I have made to my Windows and Linux systems.","archived":false,"fork":false,"pushed_at":"2025-10-28T01:24:08.000Z","size":10097,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T02:41:37.827Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Prajwal-Prathiksh.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-08-10T06:52:12.000Z","updated_at":"2025-10-28T01:24:12.000Z","dependencies_parsed_at":"2024-08-12T17:04:01.041Z","dependency_job_id":"690f487d-e0e5-4c88-ad39-edf5d3d9c95b","html_url":"https://github.com/Prajwal-Prathiksh/prajwal-dotfiles","commit_stats":null,"previous_names":["prajwal-prathiksh/prajwal-dotfiles"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Prajwal-Prathiksh/prajwal-dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwal-Prathiksh%2Fprajwal-dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwal-Prathiksh%2Fprajwal-dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwal-Prathiksh%2Fprajwal-dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwal-Prathiksh%2Fprajwal-dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Prajwal-Prathiksh","download_url":"https://codeload.github.com/Prajwal-Prathiksh/prajwal-dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Prajwal-Prathiksh%2Fprajwal-dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283659711,"owners_count":26872673,"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-11-10T02:00:06.292Z","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":[],"created_at":"2024-12-16T08:28:57.371Z","updated_at":"2025-11-10T10:05:37.871Z","avatar_url":"https://github.com/Prajwal-Prathiksh.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Prajwal's OS Customizations\r\nRepository of all the customizations I have made to my Windows and Linux systems.\r\n\r\n\r\n## Table of Contents\r\n- [Prajwal's OS Customizations](#prajwals-os-customizations)\r\n  - [Table of Contents](#table-of-contents)\r\n  - [Windows](#windows)\r\n    - [Automated Setup](#automated-setup)\r\n    - [TODOs](#todos)\r\n  - [Linux (Ubuntu only)](#linux-ubuntu-only)\r\n    - [Automated Setup](#automated-setup-1)\r\n\r\n\r\n## Windows\r\n- All of the `dotfiles`  can be found in the `./windows_config` directory.\r\n- Refer to the [`windows_config/README.md`](windows_config/README.md) file for more details.\r\n\u003e The `Setup.ps1` script is still a work in progress. Run it only if you know what you are doing 🚧.\r\n\r\n### Automated Setup\r\nTo run the setup script:\r\n1. Clone this repository, or download the zip file and extract it to a directory.\r\n2. Open PowerShell (preferably as an `Administrator`, but not necessary).\r\n3. Navigate to the root directory of the repository.\r\n4. Run the following `pwd` command, to ensure that you are in the correct directory:\r\n```powershell\r\n\u003e Get-Location\r\n\r\n# Output should be similar to:\r\n# Path\r\n# ----\r\n# C:\\...\\prajwal-dotfiles\r\n```\r\n1. Run the following command to execute the setup script:\r\n```powershell\r\n\u003e .\\Setup.ps1\r\n```\r\n1. Follow the on-screen instructions to complete the setup.\r\n\r\n\r\n### TODOs\r\n- [ ] Add automated setup for `windows terminal` settings\r\n- [ ] (Optional) Add battery full notification for laptops\r\n- [ ] Add WSL installation and setup\r\n- [ ] Use scoop aria2 for faster downloads\r\n- [ ] Add option to install all packages at once as well\r\n- [ ] Add Glaze installation option\r\n- [ ] Add a prompt asking the user to restart the shell or to do it automatically at the end of certain sections\r\n- [ ] Update `git config` to use `delta` for `diff`\r\n\r\n\r\n## Linux (Ubuntu only)\r\n- All of the `dotfiles`  can be found in the `./linux_config` directory.\r\n- Refer to the [`linux_config/README.md`](linux_config/README.md) file for more details.\r\n\u003e The `setup.sh` script is more or less stable. Run it to setup the configurations on your WSL system 🚀.\r\n\r\n### Automated Setup\r\nTo run the setup script:\r\n1. Clone this repository, or download the zip file and extract it to a directory.\r\n2. Open a terminal.\r\n3. Navigate to the root directory of the repository.\r\n4. Run the following `pwd` command, to ensure that you are in the correct directory:\r\n```bash\r\n$ pwd\r\n\r\n# Output should be similar to:\r\n# /path/to/prajwal-dotfiles\r\n```\r\n5. You might need to make the `setup.sh` script executable. Run the following command:\r\n```bash\r\n$ chmod +x setup.sh\r\n```\r\n6. Run the following command to execute the setup script:\r\n```bash\r\n$ ./setup.sh\r\n```\r\n7. Follow the on-screen instructions to complete the setup.\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajwal-prathiksh%2Fprajwal-dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprajwal-prathiksh%2Fprajwal-dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprajwal-prathiksh%2Fprajwal-dotfiles/lists"}