Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benjaminmichaelis/linux_autoinitializescript
- Owner: BenjaminMichaelis
- License: mit
- Created: 2021-01-20T02:29:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T19:38:41.000Z (over 2 years ago)
- Last Synced: 2024-11-19T09:52:32.613Z (2 months ago)
- Topics: autoinstaller, initializer, linux, script, wsl, wsl-environment, wsl-setup, wsl-ubuntu, wsl2
- Language: Shell
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)