Skip to content

Instantly share code, notes, and snippets.

@aaronolds
Created June 17, 2022 20:03
Show Gist options
  • Save aaronolds/3f976b268295c59f3f75e2dc2c9ba7cc to your computer and use it in GitHub Desktop.
Save aaronolds/3f976b268295c59f3f75e2dc2c9ba7cc to your computer and use it in GitHub Desktop.
#####################
# 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 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 aws-cli -y
# Messaging
cinst discord -y
cinst slack -y
# Tools
cinst foxitreader -y
cinst powertoys -y
# Graphic Tools
cinst paint.net -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