Skip to content

Instantly share code, notes, and snippets.

View timmes's full-sized avatar
💬
Hello!

Tim Hüttemeister timmes

💬
Hello!
View GitHub Profile
@timmes
timmes / BoxstarterDevFull.ps1
Last active February 21, 2024 12:32
Boxstarter script to install general tools and configure a brand new Windows 10 system.
# Description: Boxstarter Script for Developer Machines
# Author: https://github.com/timmes
#
# To run this script, you first have to install boxstarter using the following command (NOTE the "." below is required):
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
# Learn more: http://boxstarter.org/Learn/WebLauncher
#
# Run this BoxstarterDevFull.ps1 script by calling the following from **elevated** powershell:
# example: Install-BoxstarterPackage -PackageName https://gist.githubusercontent.com/timmes/e061f3eefab4cde48dd088fb23dc2687/raw/7b0dfd3debff73c46505d61a63269adf59eadfe2/BoxstarterDevFull.ps1 -DisableReboots