Last active
December 20, 2024 19:11
-
-
Save dot-mike/4c8c220b5becf33fd625d8353fce90ab to your computer and use it in GitHub Desktop.
Boxstarter script
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
# START http://boxstarter.org/package/nr/url?<url-gist> | |
#Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
choco install -y GoogleChrome | |
choco install -y Firefox | |
choco install -y 7zip.install | |
choco install -y microsoft-windows-terminal | |
choco install -y notepadplusplus.install | |
choco install -y fiddler | |
choco install -y sysinternals --params "/InstallDir:C:\tools\sysinternals" --ignore-checksums | |
if (Test-PendingReboot) { Invoke-Reboot } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment