Skip to content

Instantly share code, notes, and snippets.

@Jesper-Hustad
Created March 13, 2020 23:42
Show Gist options
  • Save Jesper-Hustad/f181a2c8d52e9fc000240818f479a061 to your computer and use it in GitHub Desktop.
Save Jesper-Hustad/f181a2c8d52e9fc000240818f479a061 to your computer and use it in GitHub Desktop.
Install all my programs
rem https://gist.github.com/jake-g/930717fa63e6b090febb61ac6dd707c9 <- i just copied this from here
@"%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"
rem enable batch confirm
choco feature enable -n=allowGlobalConfirmation
rem INSTALL STUFF
cinst chrome
cinst nvidia-display-driver
cinst vscode
cinst microsoft-windows-terminal
cinst autohotkey.portable
cinst 7zip.install
cinst windirstat
cinst nordvpn
cinst deluge
cinst intellijidea-ultimate
cinst wsl
cinst wsl-ubuntu-1804
cinst git
cinst git-credential-manager-for-windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment