Skip to content

Instantly share code, notes, and snippets.

@f0rmatme
Forked from kasuken/devmachine.ps1
Last active May 19, 2020 23:34
Show Gist options
  • Save f0rmatme/b9071bf90b9ec4b7f0f72606869cca9f to your computer and use it in GitHub Desktop.
Save f0rmatme/b9071bf90b9ec4b7f0f72606869cca9f 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
#Plugins and Runtime
cinst javaruntime
# Dev Tools
cinst git.install
cinst nvm
cinst cascadiacode
cinst vscode-insiders
cinst gitkraken
cinst postman
cinst fiddler
cinst microsoft-windows-terminal
cinst teamviewer
cinst telegram
# Tools
cinst foxitreader
cinst vlc
cinst ccleaner
# Audio Tools
cinst audacity
cinst lightworks
cinst screentogif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment