Skip to content

Instantly share code, notes, and snippets.

@misury
Created November 7, 2018 18:32
Show Gist options
  • Save misury/51461c2dbf00e8ee0c3e4d563f684707 to your computer and use it in GitHub Desktop.
Save misury/51461c2dbf00e8ee0c3e4d563f684707 to your computer and use it in GitHub Desktop.
Install Brave Browser
Update-ExecutionPolicy Unrestricted
Set-StartScreenOptions -EnableBootToDesktop
Set-WindowsExplorerOptions -EnableShowFileExtensions -EnableShowFullPathInTitleBar
choco install -y boxstarter
choco install -y chocolatey
choco install -y powershell
choco install -y brave --force --ignore-checksums
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment