Skip to content

Instantly share code, notes, and snippets.

View 0xdeadbeefJERKY's full-sized avatar

0xdeadbeefJERKY 0xdeadbeefJERKY

View GitHub Profile
@0xdeadbeefJERKY
0xdeadbeefJERKY / boxstarter.ps1
Last active March 22, 2022 04:19 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# SYNOPSIS
# Configuring fresh installs of Windows is entirely too manual. Boxstarter scratches the
# "I wish I had a Brewfile for Windows" itch.
#
# Boxstarter script heavily inspired by the following (with some minor customizations):
# - https://gist.github.com/jessfraz/7c319b046daa101a4aaef937a20ff41f
# - https://github.com/treffynnon/Windows-Boxstarter-with-WSL-Ubuntu/blob/master/install.ps1
# - https://gist.github.com/CJKinni/de205822b0dddd2b18054fe7a29f72bc
# - https://gist.github.com/NickCraver/7ebf9efbfd0c3eab72e9
#