Skip to content

Instantly share code, notes, and snippets.

View adntaha's full-sized avatar
🥐

Adnan-Aidan T. adntaha

🥐
  • Montreal, Quebec
  • 01:59 (UTC -04:00)
View GitHub Profile
@timelf123
timelf123 / user.boxstarter.ps1
Last active June 15, 2024 10:15 — forked from asford/tyger.boxstarter.ps1
Winget Boxstarter Developer
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt:
# start http://boxstarter.org/package/nr/url?<URL-TO-RAW-GIST>
# OR
# Install-BoxstarterPackage -PackageName <URL-TO-RAW-GIST> -DisableReboots
#