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
# 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 | |
# |