Skip to content

Instantly share code, notes, and snippets.

@zeqk
Last active July 21, 2025 15:22
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 -e --id Microsoft.VisualStudioCode --scope machine
winget install Microsoft.DotNet.SDK.5
winget install Microsoft.DotNet.SDK.6
# Powershell Non Admin
winget install -e --id Postman.Postman
winget install -e --id Foxit.FoxitReader
winget install -e --id Toggl.TogglTrack
winget install -e --id TheDocumentFoundation.LibreOffice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment