Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.
/ wsl-setup Public archive
forked from jasonwc/setup

Ansible + PowerShell config for setting up Ubuntu development environments in WSL

Notifications You must be signed in to change notification settings

jeremyj563/wsl-setup

 
 

Repository files navigation

WSL Setup

Synopsis

Ansible + PowerShell config for setting up Ubuntu development environments in WSL

Initial Setup (first run only)

Clone this repo

PS > git clone https://github.com/jeremyj563/wsl-setup.git && cd wsl-setup

Configure group_vars\all.yml

PS wsl-setup> code .\group_vars\all.yml

Add Set-UbuntuConfig to PowerShell profile (recommended)

PS wsl-setup> . .\scripts\Set-ProfileScript.ps1

Usage

Run Set-UbuntuConfig

# Note: This command can be ran from anywhere if dot sourced as shown in initial setup

PS > Set-UbuntuConfig -DistroName <distro-name> [-NewDistro] [-SetDefault]

About

Ansible + PowerShell config for setting up Ubuntu development environments in WSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 63.0%
  • Shell 27.0%
  • Batchfile 10.0%