Skip to content

Instantly share code, notes, and snippets.

@v1ct0rv
Forked from sgarcesc/boxstarter-pc.ps1
Last active October 17, 2018 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save v1ct0rv/4124f8b6f60c820ee131a609a6695c63 to your computer and use it in GitHub Desktop.
Save v1ct0rv/4124f8b6f60c820ee131a609a6695c63 to your computer and use it in GitHub Desktop.
Boxstarter installation script
# Before running this script run:
# Set-ExecutionPolicy RemoteSigned
# on an elevated powershell console
# Chocolatey
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
# Boxstarter
iex ((New-Object System.Net.WebClient).DownloadString('https://boxstarter.org/bootstrapper.ps1')); get-boxstarter -Force
# Refresh environment variables
RefreshEnv.cmd
# Run boxstarter script
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/V1ct0rV/75ef89362da1fdb3c0a48e298f049ed3/raw/13a85b5cb878634c94d85b770140ea4901580197/boxstarter-step2.ps1 -DisableReboots
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment