Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbsp1221/wsl-setup
⚙️ Shell Script for WSL Setup
https://github.com/nbsp1221/wsl-setup
setup setup-script shell-script ubuntu windows wsl wsl-setup wsl-ubuntu
Last synced: 5 days ago
JSON representation
⚙️ Shell Script for WSL Setup
- Host: GitHub
- URL: https://github.com/nbsp1221/wsl-setup
- Owner: nbsp1221
- License: mit
- Created: 2020-12-07T21:33:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T22:38:47.000Z (about 4 years ago)
- Last Synced: 2024-11-15T18:13:04.565Z (2 months ago)
- Topics: setup, setup-script, shell-script, ubuntu, windows, wsl, wsl-setup, wsl-ubuntu
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nbsp1221/wsl-setup - ⚙️ Shell Script for WSL Setup (Shell)
README
# ⚙️ wsl-setup
![screenshot](https://raw.githubusercontent.com/nbsp1221/wsl-setup/master/assets/screenshot.png)
> Tested on Ubuntu 20.04 (on WSL)
## What does it set up?
Go to [wsl-setup.sh](https://github.com/nbsp1221/wsl-setup/blob/master/wsl-setup.sh#L23) and check `tasks` function.
## Usage
_Note: Please change the following values in `wsl-setup.sh` for your environment._
* `ENV_APT_REPOSITORY`
* `ENV_GIT_NAME`
* `ENV_GIT_EMAIL````shell
git clone https://github.com/nbsp1221/wsl-setup.git
cd wsl-setup
./wsl-setup.sh
```