Skip to content

Instantly share code, notes, and snippets.

View Zevaxx's full-sized avatar
🏠
Working from home

Sebastián Díaz Flores Zevaxx

🏠
Working from home
View GitHub Profile
@Zevaxx
Zevaxx / setupmachine.bat
Last active March 23, 2023 18:00 — forked from shanselman/setupmachine.bat
WinGet Setup a New Machine
winget install --id=Git.Git -e --accept-package-agreements --accept-source-agreements
winget install --id=Microsoft.VisualStudioCode -e
winget install --id=Docker.DockerDesktop -e
winget install --id=Google.Chrome -e
winget install --id=Microsoft.PowerShell -e
winget install --id=Spotify.Spotify -e
winget install --id=Microsoft.WindowsTerminal -e
winget install --id=JetBrains.IntelliJIDEA.Community -e
winget install --id=JanDeDobbeleer.OhMyPosh -e