Skip to content

Instantly share code, notes, and snippets.

@kasuken
Last active January 27, 2022 10:40
Show Gist options
  • Save kasuken/d5e2ce84a9108002e81603fc3d42e492 to your computer and use it in GitHub Desktop.
Save kasuken/d5e2ce84a9108002e81603fc3d42e492 to your computer and use it in GitHub Desktop.
Boxstarter script for a dev machine
#####################
# PREREQUISITES
#####################
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
# Console
cinst PowerShell
cinst poshgit
cinst microsoft-windows-terminal
#####################
# SOFTWARE
#####################
# 7Zip
cinst 7zip.install -y
# Some browsers
cinst GoogleChrome -y
cinst chromium -y
cinst firefox -y
cinst firefox-dev --pre -y
cinst Opera -y
cinst microsoft-edge -y
cinst microsoft-edge-insider -y
cinst microsoft-edge-insider-dev -y
#Plugins and Runtime
cinst javaruntime -y
# Geek tools
cinst obs-studio -y
cinst obs-ndi -y
cinst streamlabs-obs -y
# cinst twitch --ignore-checksums -y
# Dev Tools
cinst git.install -y
cinst nvm -y
cinst cascadiacode -y
cinst vscode -y
cinst vscode-insiders -y
cinst gitkraken -y
cinst github-desktop -y
cinst postman -y
cinst fiddler -y
cinst teamviewer -y
cinst azure-cli -y
# Messaging
cinst discord -y
cinst microsoft-teams -y
cinst slack -y
cinst whatsapp -y
cinst telegram -y
cinst microsoft-teams -y
cinst skype -y
# Tools
cinst foxitreader -y
cinst vlc -y
cinst ccleaner -y
cinst rescuetime -y
cinst nordvpn -y
cinst powertoys -y
cinst 1password -y
# Graphic Tools
cinst paint.net -y
# Audio Tools
cinst audacity -y
cinst lightworks -y
cinst screentogif -y
cinst spotify --ignore-checksums -y
# Manually
# Xmeters
# Visual Studio 2019
# Portal Azure
# Chrome Canary
# Edge Canary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment