Last active
August 27, 2022 00:24
-
-
Save tonidy/a159c5080ec3a0152e6b to your computer and use it in GitHub Desktop.
boxstarter
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
| # install programs | |
| Update-ExecutionPolicy Unrestricted | |
| Set-WindowsExplorerOptions -EnableShowFileExtensions | |
| choco install PsGet -force | |
| Import-Module PsGet | |
| Install-Module -ModuleUrl https://gist.githubusercontent.com/alexanderfloh/cdd2f1cc24f1a4a823aa/raw/de08481eff702a074cc682abf54ca038b14d4e36/mount.iso.psm1 | |
| # Java | |
| choco install java.jdk -params "x64=false" | |
| choco install jdk8 | |
| # Install-WindowsUpdate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment