{"id":15717280,"url":"https://github.com/pixincreate/configs","last_synced_at":"2025-06-26T10:02:45.685Z","repository":{"id":184672729,"uuid":"672288242","full_name":"pixincreate/configs","owner":"pixincreate","description":"My Windows, Unix and Termux configs (dotfiles) with added spices","archived":false,"fork":false,"pushed_at":"2025-06-12T13:14:11.000Z","size":80945,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T14:28:44.289Z","etag":null,"topics":["android","config","debian","dotfiles","dotfiles-linux","dotfiles-macos","gpedit","hyperv","linux","macos","powershell","privacy","shell","termux","vanguard-script","windows","windows-config","windows-configuration","winutil","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/pixincreate.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}},"created_at":"2023-07-29T15:01:27.000Z","updated_at":"2025-06-12T13:14:21.000Z","dependencies_parsed_at":"2024-01-06T19:38:33.941Z","dependency_job_id":"7e44f860-3521-48c8-b467-17be9e7920e0","html_url":"https://github.com/pixincreate/configs","commit_stats":null,"previous_names":["pixincreate/configs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pixincreate/configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixincreate","download_url":"https://codeload.github.com/pixincreate/configs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixincreate%2Fconfigs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262043964,"owners_count":23249738,"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":["android","config","debian","dotfiles","dotfiles-linux","dotfiles-macos","gpedit","hyperv","linux","macos","powershell","privacy","shell","termux","vanguard-script","windows","windows-config","windows-configuration","winutil","zsh"],"created_at":"2024-10-03T21:49:22.246Z","updated_at":"2025-06-26T10:02:40.676Z","avatar_url":"https://github.com/pixincreate.png","language":"Shell","funding_links":[],"categories":["Related Projects"],"sub_categories":[],"readme":"# Configs\n\nThis repo contains all of my development configs. I never had a backup of these before and hence this repo.\n\n## Contents\n\nCheck repo [tree](./docs/TREE.md) to get list of file contents.\n\n## One line installer\n\n### If the machine is a Windows PC, execute below command in [powershell](https://github.com/PowerShell/PowerShell)\n\n\u003e [!NOTE]\n\u003e If this is a fresh Windows installation, it is recommended to re-do the Windows installation with `MicroWin`:\n\u003e\n\u003e 1. Download the latest Windows 11 (recommended) ISO (international edition)\n\u003e 2. Open winutil (in elevated powershell, execute the following command: `irm \"christitus.com/win\" | iex`) and go to `MicroWin` tab\n\u003e 3. Follow the instructions (do not select any drivers or inject them)\n\u003e 4. Wait until ISO is created. Use `Rufus` to make a bootable drive\n\u003e 5. Re-do the installation by booting from USB (Change boot priority in `UEFI` menu)\n\n```pwsh\nirm \"https://github.com/pixincreate/configs/raw/main/windows/powershell/setup.ps1\" | iex\n```\n\n### If the machine is using unix based OS, execute below in terminal (kitty, alacritty, iterm2 or any other terminal except the default one)\n\n\u003e [!NOTE]\n\u003e Unix based OS here means, `WSL`, `Debian`, or `macOS`\n\nIf the machine is Windows that have networking tool like [Portmaster](https://safing.io) installed, `WSL` will have hard time establishing networking connection. Hence, it is recommended to execute the below command in `WSL` terminal before calling `setup` script:\n\n```sh\necho 'nameserver 9.9.9.9' | sudo tee -a /etc/resolv.conf\n```\n\n\u003e [!WARNING]\n\u003e If tools like `Docker` have hard time connecting to the internet even after changing the DNS, it is recommended to shut down the `Portmaster` tool.\n\n```sh\nsudo apt-get update \u0026\u0026 sudo apt-get install -y curl git wget zsh \u0026\u0026 \\\n    bash -c \"$(curl -sSL https://github.com/pixincreate/configs/raw/main/unix/setup.sh)\" -- --setup\n```\n\nIf running in Termux\n\n```sh\npkg update \u0026\u0026 pkg upgrade -y \u0026\u0026 pkg install -y curl git wget zsh \u0026\u0026 \\\n    bash -c \"$(curl -sSL https://github.com/pixincreate/configs/raw/main/unix/setup.sh)\" -- --setup\n\n```\n\n\u003e [!IMPORTANT]\n\u003e Both the commands are completely different not only in nature but also in the job they do here.\n\u003e The first command is for Windows and the second one is for unix based OS.\n\n#### Vanguard Controller\n\nTo learn about what Vanguard controller is and how to use it, refer to [Vanguard Controller](./docs/VANGUARD.md)\n\n## Credits\n\n- SanchithHegde for [dotfiles](https://github.com/SanchithHegde/dotfiles)\n- Chris Titus for [powershell-profile](https://github.com/ChrisTitusTech/powershell-profile), [bash-profile](https://github.com/ChrisTitusTech/mybash) and [winutil](https://github.com/ChrisTitusTech/winutil)\n- Mike Battista for [Powershell - WSL Interop](https://github.com/mikebattista/PowerShell-WSL-Interop)\n- AndrewMast for [disable_vanguard.vbs](https://gist.github.com/AndrewMast/742ac7e07c37096017e907b0fd8ec7bb?permalink_comment_id=4616472#gistcomment-4616472)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixincreate%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixincreate%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixincreate%2Fconfigs/lists"}