Last active
August 25, 2020 17:25
-
-
Save Cabeda/100eb26d2ed619fdf0fcfc490837bc21 to your computer and use it in GitHub Desktop.
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
# Script to install on Windows 10 | |
# Requires Microsoft Package Manager from microsoft https://github.com/microsoft/winget-cli | |
winget install vlc -h | |
winget install calibre | |
winget install firefox -h -e | |
winget install --Id Spotify.Spotify -h | |
winget install authy -h | |
winget install notion -h | |
winget install --id Microsoft.WindowsTerminal -e -h | |
winget install --id Microsoft.VisualStudioCode -h -e | |
winget install steam -h | |
winget install EpicGames.EpicGamesLauncher -h | |
winget install git -h -e | |
winget install OpenJS.Nodejs -h | |
winget install WebTorrent -h | |
winget install "Docker Desktop" -h -e | |
winget install bitwarden -h |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment