Last active
July 21, 2025 15:22
-
-
Save zeqk/9e837172fc9cfbde704af0c6d1b4af06 to your computer and use it in GitHub Desktop.
Commands for install my apps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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