https://github.com/dikkadev/wsl_setup
wsl_setup
https://github.com/dikkadev/wsl_setup
Last synced: over 1 year ago
JSON representation
wsl_setup
- Host: GitHub
- URL: https://github.com/dikkadev/wsl_setup
- Owner: dikkadev
- Created: 2023-03-14T11:11:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T10:25:29.000Z (over 2 years ago)
- Last Synced: 2025-04-05T23:55:49.193Z (over 1 year 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
```