Skip to content

Instantly share code, notes, and snippets.

@jefferydutra
Forked from jongalloway/PcRepave.cmd
Last active March 13, 2023 16:47
Show Gist options
  • Save jefferydutra/ddb1da48a3361d72fee362d9af2fed12 to your computer and use it in GitHub Desktop.
Save jefferydutra/ddb1da48a3361d72fee362d9af2fed12 to your computer and use it in GitHub Desktop.
@"%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