Created
December 10, 2019 19:08
-
-
Save LukasKnuth/1cbd7d430657a781033298f78e9e8f23 to your computer and use it in GitHub Desktop.
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
# This is a BoxStarter Script. See https://boxstarter.org/ | |
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions -EnableShowFullPathInTitleBar | |
Disable-GameBarTips | |
Disable-BingSearch | |
# Install Basics | |
cinst -y firefox 7zip cpu-z windirstat hwmonitor choco-cleaner | |
# Install Multimedia | |
cinst -y vlc sonos-controller spotify | |
# Install development tools | |
cinst -y sublimetext3 | |
# Install streaming/recording | |
cinst -y obs-studio ffmpeg | |
# Install launchers -.- | |
cinst -y steam discord uplay origin goggalaxy | |
###### | |
## ADDITIONALLY | |
# RivaTuner (frame-limiter), ROCCAT Swarm (Mouse), xBox Beta (Gamepass PC) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment