init
This commit is contained in:
10
bootstrap.ps1
Normal file
10
bootstrap.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
# Given I plan to use this repo to setup brand new fresh installs of windows.
|
||||
# and the repo will be using typescript and dsc, I need to install the following packages
|
||||
# to 'bootstrap' the system.
|
||||
|
||||
# Install DSC
|
||||
winget install DesiredStateConfiguration
|
||||
# Install Bun
|
||||
# TODO: Do we want the scripted install or the winget install?
|
||||
winget install -e --id Oven-sh.Bun
|
||||
# powershell -c "irm bun.sh/install.ps1|iex"
|
||||
Reference in New Issue
Block a user