-
-
Save jefferydutra/ddb1da48a3361d72fee362d9af2fed12 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
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
choco feature enable -n allowGlobalConfirmation | |
choco install 7zip.install /y | |
choco install autohotkey.portable /y | |
choco install gimp /y | |
choco install git /y | |
choco install git.install /y | |
choco install GoogleChrome /y | |
choco install nodejs /y | |
choco install nodejs.install /y | |
choco install notepadplusplus /y | |
choco install notepadplusplus.install /y | |
choco install poshgit /y | |
choco install ripgrep /y | |
choco install visualstudiocode /y |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment