Last active
November 29, 2023 04:29
-
-
Save doobiwan/792c9205f7fa26f543993f26df34f7fb 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
Set-ExplorerOptions -showHidenFilesFoldersDrives -showFileExtensions | |
choco install -y googlechrome | |
choco install -y 7zip.install | |
choco install -y notepadplusplus.install | |
choco install -y vscode | |
choco install -y nodejs.install | |
choco install -y windirstat | |
choco install -y git | |
choco install -y tortoisegit | |
choco install -y adobereader | |
choco install -y paint.net | |
choco install -y curl | |
choco install -y ubuntu.font | |
choco install -y robotoFonts | |
choco install -y droidSansMono | |
choco install -y firefox | |
choco install -y googlechrome.canary | |
choco install -y googlechrome.dev | |
choco install -y postman | |
choco install -y visualstudio2019community | |
choco install -y dotnetfx | |
choco install -y powertoys | |
choco install -y awscli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment