Last active
May 19, 2024 10:45
-
-
Save jgilfillan/802f44fc75fe7b14cc176699b4e3d3ba to your computer and use it in GitHub Desktop.
Boxstarter Standard Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################### | |
# 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