-
Open PowerShell as an administrator and run:
wsl --install
this will also install Ubuntu Linux Distribution as default
- on Windows terminal, open an Ubuntu window to complete the installation
- System restart will likely be needed after this
- Download the VSCode installer from here and install it on your Windows system.
- During installation, ensure you tick the box for Add to PATH.
- You may need to restart shell for PATH addition
code
to take affect
bash <(wget -qO- https://raw.githubusercontent.com/WillNeve/setup/refs/heads/main/setup.sh)
If you are not me feel free to instead download the script and inspect it 👀
wget -O the-setup-script.sh https://raw.githubusercontent.com/WillNeve/setup/refs/heads/main/setup.sh
echo " - - - - - - v SETUP SCRIPT v - - - - - -"
cat the-setup-script.sh
echo " - - - - - - ^ SETUP SCRIPT ^ - - - - - -"
rm the-setup-script.sh