Skip to content

Instantly share code, notes, and snippets.

@ebibibi
Last active August 6, 2022 00:28
Show Gist options
  • Save ebibibi/e29f77083ec38129063b5a1d213ad836 to your computer and use it in GitHub Desktop.
Save ebibibi/e29f77083ec38129063b5a1d213ad836 to your computer and use it in GitHub Desktop.
configure windows by boxstarter
Set-ExecutionPolicy RemoteSigned -force
. { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex;
Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/ebibibi/cc53c859f2af91737889c2a6f6eb0aa5/raw/boxstarter.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment