Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikkadev/wsl_setup
wsl_setup
https://github.com/dikkadev/wsl_setup
Last synced: 3 days ago
JSON representation
wsl_setup
- Host: GitHub
- URL: https://github.com/dikkadev/wsl_setup
- Owner: dikkadev
- Created: 2023-03-14T11:11:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T10:25:29.000Z (about 1 year ago)
- Last Synced: 2024-12-22T05:10:29.338Z (6 days ago)
- Language: Shell
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to my WSL Environment Setup Repository!
This repository is designed to help you quickly set up a new Linux environment from a fresh install with all the tools and applications you (
_I_) need. It's highly opinionated, feel free to fork it and customize it to your needs.## How to Use
Install WSL Ubuntu 22.04 LTS. Follow the prompts to choose a username and password.
```powershell
wsl --install -d Ubuntu-22.04
``````bash
git clone https://github.com/Sett17/wsl_setup.git
cd wsl_setup
chmod +x *
./run.sh
```