Last active
September 7, 2019 06:26
-
-
Save LukasKnuth/2538273cd3541cf95b0fcbaa2cc86c4c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# This is a BoxStarter Script. See https://boxstarter.org/ | |
### BEFORE | |
# | |
# * Make sure this is run on Windows 10 Pro (required for Hyper-V) | |
# * Enable Virtualization in BIOS/UEFI (required for Hyper-V) | |
# Basic Configuration | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Disable-GameBarTips | |
Disable-BingSearch | |
# Install utilities | |
cinst -y choco-cleaner windirstat | |
# Install 3rd Party Software (via Chocolatey) | |
cinst -y vlc firefox thunderbird adobereader 7zip gimp ffmpeg truecrypt | |
# Install development tools | |
cinst -y git androidstudio jetbrainstoolbox vscode postman winscp wireshark vagrant sublimetext3 | |
# Install languages | |
cinst -y nodejs-lts elixir golang jdk11 | |
# Office | |
cinst -y pandoc | |
# Games | |
cinst -y steam discord | |
# Install Windows Features | |
cinst -y Microsoft-Hyper-V-All -source windowsFeatures | |
cinst -y wsl | |
### AFTERWARDS | |
# | |
# cinst -y docker-desktop (requires Hyper-V to be installed and enabled) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment