Last active
August 11, 2022 19:03
-
-
Save spjeff/6a3d348f1f367dd51e904143c281db44 to your computer and use it in GitHub Desktop.
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 -y | |
choco install dotnetfx -y | |
choco install git -y | |
choco install GoogleChrome -y | |
choco install notepadplusplus -y | |
choco install notepadreplacer --params='"/NOTEPAD:C:\Program Files\Notepad++\notepad++.exe"' -y | |
choco install sql-server-management-studio -y | |
choco install visualstudiocode -y | |
choco install ulsviewer -y | |
choco install visualstudio2022community -y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment