An personal Windows setup using winget
This file contains 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
choco install winrar git python curl vscode k-litecodecpackfull microsoft-windows-terminal slack windirstat qbittorrent postman docker-desktop steam powertoys whatsapp nvm |
This file contains 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
winget install --id=RARLab.WinRAR -e -h; | |
winget install --id=Spotify.Spotify -e -h; | |
winget install --id=Plex.PlexMediaServer -e -h; | |
winget install --id=Notion.Notion -e -h; | |
winget install --id=Microsoft.PowerToys -e -h; | |
winget install --id=Cockos.LICEcap -e -h; | |
winget install --id=OBSProject.OBSStudio -e -h; | |
winget install --id=SlackTechnologies.Slack -e -h; | |
winget install --id=Git.Git -e -h; | |
winget install --id=Microsoft.VisualStudioCode -e -h; | |
winget install --id=Microsoft.WindowsTerminal -e -h; | |
winget install --id=Docker.DockerDesktopEdge -e -h; | |
winget install --id=Python.Python -e -h; | |
winget install --id=OpenJS.NodeJS -e -h; | |
winget install --id=Insomnia.Insomnia -e -h; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment