justinsantoro / dev-env-setup

script to setup my windows/wsl2 dev env from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev-env-setup

full setup script for my windows-wsl2 (debian) dev environment leaning heavily on docker and vscode devcontainers

Run in elevated Windows Powershell console:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/justinsantoro/dev-env-setup/main/setup.ps1'))

About

script to setup my windows/wsl2 dev env from scratch

License:Apache License 2.0


Languages

Language:PowerShell 89.6%Language:Shell 10.4%