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 running on a PC with a 64-bit version of Windows 10 Anniversary Update or later (build 1607+).
- Run the following command to setup the WSL.
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/wsl/setup_wsl.sh | bash
- Run the following command to setup the most common rust programs
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_cargo.sh | bash
Important
Ensure that the swap file size is over 1GB. Follow the instructions here to increase the swap file size.
-
Run the following command to setup the raspberry pi 1
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_raspi.sh | bash
-
Run the following command to setup the most common rust programs
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/raspberrypi/setup_cargo.sh | bash