Skip to content

Instantly share code, notes, and snippets.

@jonnydubowsky
Forked from kasuken/devmachine.ps1
Created November 5, 2019 06:11
Show Gist options
  • Save jonnydubowsky/c41f9d8cec50c608e8905609ebea9b5a to your computer and use it in GitHub Desktop.
Save jonnydubowsky/c41f9d8cec50c608e8905609ebea9b5a to your computer and use it in GitHub Desktop.
Boxstarter script for a dev machine
#####################
# PREREQUISITES
#####################
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
# Powershell
cinst PowerShell
cinst poshgit
#####################
# SOFTWARE
#####################
# 7Zip
cinst 7zip.install
# Some browsers
cinst GoogleChrome
cinst chromium
cinst brave
cinst firefox
cinst firefox-dev --pre
cinst Opera
cinst microsoft-edge-insider
cinst microsoft-edge-insider-dev
#Plugins and Runtime
cinst javaruntime
# Geek tools
cinst steam
cinst twitch --ignore-checksums
# Dev Tools
cinst git.install
cinst nvm
cinst cascadiacode
cinst vscode
cinst vscode-insiders
cinst gitkraken
cinst github-desktop
cinst postman
cinst fiddler
cinst microsoft-windows-terminal
cinst teamviewer
cinst azure-cli
# Messaging
cinst discord
cinst slack
cinst whatsapp
cinst telegram
cinst microsoft-teams
cinst skype
# Tools
cinst foxitreader
cinst vlc
cinst ccleaner
# Graphic Tools
cinst paint.net
# Audio Tools
cinst audacity
cinst lightworks
cinst screentogif
cinst spotify --ignore-checksums
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment