{"id":26290961,"url":"https://github.com/protik09/setup-scripts","last_synced_at":"2026-04-19T15:02:27.433Z","repository":{"id":82241447,"uuid":"97461523","full_name":"protik09/Setup-Scripts","owner":"protik09","description":"This repo contains all the automated setup scripts I wrote to setup my dev environment","archived":false,"fork":false,"pushed_at":"2024-05-19T10:45:30.000Z","size":535,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T15:38:36.779Z","etag":null,"topics":["automation","batch-script","raspberry-pi","raspberrypi","settings","setup","shell-scripts"],"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/protik09.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":"2017-07-17T09:55:38.000Z","updated_at":"2024-05-20T04:01:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a6c4bc4-7f33-4a16-9b2e-2e038b45df37","html_url":"https://github.com/protik09/Setup-Scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/protik09/Setup-Scripts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FSetup-Scripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FSetup-Scripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FSetup-Scripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FSetup-Scripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/protik09","download_url":"https://codeload.github.com/protik09/Setup-Scripts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/protik09%2FSetup-Scripts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32010958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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","batch-script","raspberry-pi","raspberrypi","settings","setup","shell-scripts"],"created_at":"2025-03-15T00:33:05.964Z","updated_at":"2026-04-19T15:02:27.409Z","avatar_url":"https://github.com/protik09.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setup Scripts\n\n![Setup Scripts Image](https://github.com/protik09/Setup-Scripts/blob/master/assets/Github_Repo_Card_Setup_Scripts_final.jpg?raw=true \"Setup-Scripts\")\n\n![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white) ![Windows Terminal](https://img.shields.io/badge/Windows%20Terminal-%234D4D4D.svg?style=for-the-badge\u0026logo=windows-terminal\u0026logoColor=white)\n\nThis repo contains all the automated setup scripts I wrote to setup my dev environments.\nBoth for Windows and Linux.\n\nIt also includes scripts for autoupdating git folders.\n\n\u003e [!NOTE]\n\u003e *Some* of the *.bat* scripts, require [Windows Subsystem For Linux](https://learn.microsoft.com/en-in/windows/wsl/install) running on a PC with a 64-bit version of Windows 10 Anniversary Update or later (build 1607+).\n\n## Setup WSL\n\n![Windows Terminal](https://img.shields.io/badge/Windows%20Terminal-%234D4D4D.svg?style=for-the-badge\u0026logo=windows-terminal\u0026logoColor=white) ![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420.svg?style=for-the-badge\u0026logo=ubuntu\u0026logoColor=white)\n\n1. Run the following command to setup the WSL.\n\n```bash\nwget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/wsl/setup_wsl.sh | bash\n```\n\n2. Run the following command to setup the most common rust programs\n\n```bash\nwget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_cargo.sh | bash\n```\n\n## Setup Raspberry Pi\n\n![Shell Script](https://img.shields.io/badge/shell_script-%23121011.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white) ![Raspberry Pi](https://img.shields.io/badge/-RaspberryPi-C51A4A?style=for-the-badge\u0026logo=Raspberry-Pi)\n\n\u003e [!IMPORTANT]\n\u003e Ensure that the swap file size is over 1GB. Follow the [instructions here](https://pimylifeup.com/raspberry-pi-swap-file/) to increase the swap file size.\n\n1. Run the following command to setup the raspberry pi 1\n\n    ```bash\n    wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_raspi.sh | bash\n    ```\n\n1. Run the following command to setup the most common rust programs\n\n    ```bash\n    wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_cargo.sh | bash\n\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotik09%2Fsetup-scripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprotik09%2Fsetup-scripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprotik09%2Fsetup-scripts/lists"}