-
-
Save PSingletary/557c7d010b7d797bf8c55a40356ee77f to your computer and use it in GitHub Desktop.
Setup new PC
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
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
choco install 7zip /y | |
choco install adobereader /y | |
choco install anaconda3 /y | |
choco install azure-cli /y | |
choco install docker-for-windows /y | |
choco install firefox /y | |
choco install garmin-express /y | |
choco install git /y | |
choco install googlechrome /y | |
choco install intellijidea-community /y | |
choco install microsoft-teams /y | |
choco install minikube /y | |
choco install nvm /y | |
choco install paint.net /y | |
choco install poshgit /y | |
choco install postman /y | |
choco install powerbi /y | |
choco install pycharm-community /y | |
choco install ServiceBusExplorer /y | |
choco install shotcut /y | |
choco install slack /y | |
choco install sql-operations-studio /y | |
choco install sql-server-management-studio /y | |
choco install studio3t /y | |
choco install sysinternals /y | |
choco install visualstudiocode /y | |
choco install windbg /y | |
git config --global core.editor "code --wait" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment