Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminmichaelis/linux_autoinitializescript

Automatically install packages and dependencies onto Linux, and setup x display on WSL.
https://github.com/benjaminmichaelis/linux_autoinitializescript

autoinstaller initializer linux script wsl wsl-environment wsl-setup wsl-ubuntu wsl2

Last synced: 3 days ago
JSON representation

Automatically install packages and dependencies onto Linux, and setup x display on WSL.

Awesome Lists containing this project

README

        

## AutoInitialize Linux

# Purpose
To allow for a simple and fast install of all needed tools for Linux and initialize bash scripts.
This has been mainly tested on WSL Ubuntu.

# Running
1. Clone repo to local linux machine (run `git clone https://github.com/BenjaminMichaelis/Linux_AutoInitializeScript.git`)

2. Navigate to repo location
3. Run the script you want (depending on permissions either `./initializelinux` or `bash initializelinux`
- Individual Scripts
- `./setupgit` - for Git instillation
- `./setupcpp` - for C/C++ compiling and debugging instillation
- `./vsliveshare_prereqs` - for requirements for VSCode Liveshare.
- Platform Scripts
- `./initializelinux` - for basic linux instillation
- `./initialize_wsl2` - for basic linux instillation and x-display setup (#WIP)

# What is contained within each script?
Check out the [Notes](https://github.com/BenjaminMichaelis/Linux_AutoInitializeScript/blob/master/notes.md)