Skip to content

Instantly share code, notes, and snippets.

@jgilfillan
Last active January 19, 2022 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jgilfillan/802f44fc75fe7b14cc176699b4e3d3ba to your computer and use it in GitHub Desktop.
Save jgilfillan/802f44fc75fe7b14cc176699b4e3d3ba to your computer and use it in GitHub Desktop.
Boxstarter Standard Setup
#####################
# PREREQUISITES
#####################
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
# Console
cinst microsoft-windows-terminal
#####################
# SOFTWARE
#####################
# 7Zip
cinst 7zip.install -y
# Some browsers
cinst GoogleChrome -y
# Dev Tools
cinst git.install -y
cinst vim -y
cinst vscode -y
cinst teamviewer -y
# Messaging
cinst microsoft-teams -y
# Tools
cinst vlc -y
cinst enpass.install -y
cinst dropbox -y
cinst zoom -y
# cinst webex -y
# Graphic Tools
# cinst paint.net -y
# Data tools
cinst r.project -y --params "'/AddToPath'"
cinst r.studio -y
cinst anaconda3 -y
cinst python -y
cinst sql-server-express -y
cinst sql-server-management-studio -y
cinst sqlserver-odbcdriver -y
# other
cinst dejavufonts -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment