Skip to content

This repo contains all the automated setup scripts I wrote to setup my dev environment

License

Notifications You must be signed in to change notification settings

protik09/Setup-Scripts

Repository files navigation

Setup Scripts

Setup Scripts Image

Shell Script Windows Terminal

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+).

Setup WSL

Windows Terminal Ubuntu

  1. Run the following command to setup the WSL.
wget -q -O - https://github.com/protik09/Setup-Scripts/raw/master/wsl/setup_wsl.sh | bash
  1. 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

Setup Raspberry Pi

Shell Script Raspberry Pi

Important

Ensure that the swap file size is over 1GB. Follow the instructions here to increase the swap file size.

  1. 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
  2. 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