Last active
November 12, 2021 08:50
-
-
Save muchrm/2f3f8c2f8e71388d6de1d0cf2628902d to your computer and use it in GitHub Desktop.
winget
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
| winget install -e --id Git.Git; | |
| winget install -e --id Microsoft.VisualStudioCode; | |
| winget install -e --id Microsoft.VisualStudio.2022.Community; | |
| winget install -e --id OpenJs.NodeJS.LTS; | |
| winget install -e --id Microsoft.AzureDataStudio; | |
| winget install -e --id 3t.Robo3T; | |
| winget install -e --id GitHub.cli; | |
| winget install -e --id SlackTechnologies.Slack; | |
| winget install -e --id Discord.Discord; | |
| winget install -e --id Yarn.Yarn; | |
| winget install -e --id OpenVPNTechnologies.OpenVPNConnect; | |
| Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment