Skip to content

Instantly share code, notes, and snippets.

@zeqk
Last active March 12, 2024 15:31
Show Gist options
  • Save zeqk/9e837172fc9cfbde704af0c6d1b4af06 to your computer and use it in GitHub Desktop.
Save zeqk/9e837172fc9cfbde704af0c6d1b4af06 to your computer and use it in GitHub Desktop.
Commands for install my apps
# Powershell Admin
winget install JanDeDobbeleer.OhMyPosh -s winget --scope machine
winget install --id Microsoft.Powershell --source winget
winget install Microsoft.PowerToys --source winget
winget install Google.Chrome --source winget --scope machine
winget install Git.Git --scope machine --source winget
winget install --id=Docker.DockerDesktop -e
winget install Microsoft.DotNet.SDK.5
winget install Microsoft.DotNet.SDK.6
# Powershell Non Admin
winget install -e --id Postman.Postman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment