Skip to Content
📝 Notes🔀 MiscSettingsSetup New PC Windows

Setup New PC (Development) Windows

Few software / items to download for your new PC with windows 10 / 11.

Runtime

fnm (Node.js)

On PowerShell

Terminal (PowerShell)
winget install Schniz.fnm fnm install 20
Terminal (PowerShell)
if (-not (Test-Path $profile)) { New-Item $profile -Force } Invoke-Item $profile

Add the following to the end of your profile file:

txt
fnm env --use-on-cd --shell powershell | Out-String | Invoke-Expression

Then Enable for yarn

Terminal (PowerShell)
corepack enable

Python Version (Python - UV)

https://www.python.org/downloads/ 

Env Path
C:\Users\(Your logged in User)\AppData\Local\Programs\Python\

Python UV

https://github.com/astral-sh/uv 

Env Path
C:\Users\(Your logged in User)\AppData\Local\Programs\Python\

WSL2 (Linux)

https://learn.microsoft.com/zh-tw/windows/wsl/install 

Rust (Rust)

https://www.rust-lang.org/tools/install 

Docker (Linux)

https://www.docker.com/products/docker-desktop/ 

Android Studio (Android)

https://developer.android.com/studio?hl=zh-tw 

Software / IDE

VSC

https://code.visualstudio.com/ 

Git

https://git-scm.com/downloads 

Github Desktop

https://github.com/apps/desktop 

Terminal

https://apps.microsoft.com/detail/9n0dx20hk701?hl=en-US&gl=HK 

Termius

https://termius.com/ 

Dbeaver

https://dbeaver.io/ 

Bruno (Free Postman) / Apidog

https://github.com/usebruno/bruno 

Database

Postgresql

https://www.postgresql.org/download/windows/ 

Env Path
C:\Program Files\PostgreSQL\15\bin

MySQL

https://dev.mysql.com/downloads/mysql/ 

Env Path
C:\Program Files\MySQL\MySQL Server 8.4\bin

Design / Generative

Figma

https://www.figma.com/downloads/ 

A1111

https://github.com/AUTOMATIC1111/stable-diffusion-webui 

Others

Input Leap

https://github.com/input-leap/input-leap 

Last updated on