Skip to content

Instantly share code, notes, and snippets.

@TimHess
Last active July 24, 2024 14:34
Show Gist options
  • Save TimHess/6c5636e66e545de755358043b7d24894 to your computer and use it in GitHub Desktop.
Save TimHess/6c5636e66e545de755358043b7d24894 to your computer and use it in GitHub Desktop.
My Boxstarter
# windows settings
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showFileExtensions
Disable-GameBarTips
# browsers
cinst firefox
# utilities
cinst 7zip
cinst slack
cinst putty.install
# Dev dependencies
cinst curl
cinst git
cinst poshgit
cinst nodejs
cinst visualstudiocode
cinst dotnetcore-sdk
cinst docker-desktop
cinst powershell-core
# db stuff
cinst pgadmin4
cinst mysql.workbench
cinst sql-server-management-studio
# cloud stuff
cinst cloudfoundry-cli
cinst azure-cli
# Windows Updates
Enable-MicrosoftUpdate
Install-WindowsUpdate -Full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment