Skip to content

Instantly share code, notes, and snippets.

@edavidaja
Created February 21, 2025 20:55
Show Gist options
  • Save edavidaja/1a96c4f6fc203bfd52b0f914ac950196 to your computer and use it in GitHub Desktop.
Save edavidaja/1a96c4f6fc203bfd52b0f914ac950196 to your computer and use it in GitHub Desktop.
windows sandbox bootstrapping
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install git
scoop bucket add extras
scoop bucket add r-bucket https://github.com/cderv/r-bucket.git
scoop install rig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment