Last active
March 8, 2022 19:06
-
-
Save kashiash/9824a501ea3c843ac86cae36747546bf to your computer and use it in GitHub Desktop.
Install.ps #choco
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
| choco install 7zip.install -y | |
| choco install firefox -y | |
| choco install opera -y | |
| choco install notepadplusplus.install -y | |
| choco install teamviewer -y | |
| choco install pdfxchangeeditor -y | |
| choco install postman -y | |
| choco install vscode -y | |
| choco install snagit -y | |
| choco install autohotkey -y | |
| choco install git.install -y | |
| choco install winmerge -y | |
| choco install lepton -y | |
| choco install goland - y | |
| choco install jetbrains-rider -y | |
| choco install datagrip -y | |
| choco install python -y | |
| choco install nodejs.install -y | |
| choco install rclone -y | |
| choco install visualstudio2022enterprise -y | |
| choco install sql-server-2019-developer-edition -y | |
| choco install sql-server-management-studio -y | |
| choco upgrade totalcommander -y | |
| choco upgrade firefox -y | |
| choco upgrade opera -y | |
| refreshenv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment