https://github.com/shoddyguard/bootstrap-workstation
Contains all my bootstrap scripts for bootstrapping workstations
https://github.com/shoddyguard/bootstrap-workstation
Last synced: 3 months ago
JSON representation
Contains all my bootstrap scripts for bootstrapping workstations
- Host: GitHub
- URL: https://github.com/shoddyguard/bootstrap-workstation
- Owner: shoddyguard
- Created: 2022-02-25T12:24:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-02T13:32:42.000Z (over 3 years ago)
- Last Synced: 2025-02-23T22:42:59.084Z (4 months ago)
- Language: PowerShell
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Bootstrap-Workstation
This repo contains all the scripts I use to get a new machine up and running as quickly as possible.
Right now it only supports Windows.# Getting started
1. Download this repository to the machines (https://github.com/shoddyguard/Bootstrap-Workstation/archive/refs/heads/main.zip)
2. Run PowerShell as admin
3. Set execution policy `Set-ExecutionPolicy -ExecutionPolicy Bypass`
4. Navigate into the downloaded repo
5. Run the prep script `& '.\Scripts\1 - Prep\prepare_windows.ps1'`
6. Load up PowerShell Core as an admin
7. Set execution policy for PoSh Core `Set-ExecutionPolicy -ExecutionPolicy Bypass`
8. Run the Bootstrap script passing any parameters that you care about `& '.\Scripts\2 - Bootstrap\bootstrap_windows.ps1'`