Created
February 21, 2025 20:55
-
-
Save edavidaja/1a96c4f6fc203bfd52b0f914ac950196 to your computer and use it in GitHub Desktop.
windows sandbox bootstrapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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