https://github.com/protik09/setup-scripts
This repo contains all the automated setup scripts I wrote to setup my dev environment
https://github.com/protik09/setup-scripts
automation batch-script raspberry-pi raspberrypi settings setup shell-scripts
Last synced: about 2 months ago
JSON representation
This repo contains all the automated setup scripts I wrote to setup my dev environment
- Host: GitHub
- URL: https://github.com/protik09/setup-scripts
- Owner: protik09
- License: gpl-3.0
- Created: 2017-07-17T09:55:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T10:45:30.000Z (about 2 years ago)
- Last Synced: 2025-07-31T15:38:36.779Z (11 months ago)
- Topics: automation, batch-script, raspberry-pi, raspberrypi, settings, setup, shell-scripts
- Language: Shell
- Homepage:
- Size: 522 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup Scripts

 
This repo contains all the automated setup scripts I wrote to setup my dev environments.
Both for Windows and Linux.
It also includes scripts for autoupdating git folders.
> [!NOTE]
> *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+).
## Setup WSL
 
1. Run the following command to setup the WSL.
```bash
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/wsl/setup_wsl.sh | bash
```
2. Run the following command to setup the most common rust programs
```bash
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_cargo.sh | bash
```
## Setup Raspberry Pi
 
> [!IMPORTANT]
> 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.
1. Run the following command to setup the raspberry pi 1
```bash
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_raspi.sh | bash
```
1. Run the following command to setup the most common rust programs
```bash
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_cargo.sh | bash
```