Skip to content

Instantly share code, notes, and snippets.

@ainsofs
Last active June 20, 2025 23:55
Show Gist options
  • Save ainsofs/b4ff8f2eab1a9c710bf310fd882c1134 to your computer and use it in GitHub Desktop.
Save ainsofs/b4ff8f2eab1a9c710bf310fd882c1134 to your computer and use it in GitHub Desktop.

Win11 dev setup

Run in powershell

irm "https://christitus.com/win" | iex

// Select and Install: Git, Node LTS (v22), VsCode, Chrome, Firefox

wsl --install -d Debian

Run in debian wsl

sudo apt update
sudo apt install git curl wget make
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe -o .\miniconda.exe
start /wait "" .\miniconda.exe /S
del .\miniconda.exe
source ~/miniconda3/bin/activate

conda init --all

Tweaks

https://youtu.be/3mCZ3WUcM8s?si=8UdTvaHcNoxN2nB3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment