Skip to content

Instantly share code, notes, and snippets.

@torumakabe
Last active January 25, 2018 12:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save torumakabe/976ceab239ec930f8651cfd72087afac to your computer and use it in GitHub Desktop.
Save torumakabe/976ceab239ec930f8651cfd72087afac to your computer and use it in GitHub Desktop.
# Learn more: http://boxstarter.org/Learn/WebLauncher
# Install manually (Ubuntu, VS, Azure PS, 1Password 6, Driver Management Tool)
#---- TEMPORARY ---
Disable-UAC
#--- Fonts ---
choco install inconsolata
#--- Windows Settings ---
Disable-GameBarTips
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Set-TaskbarOptions -Size Small -Dock Bottom -Combine Full -Lock
Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name NavPaneShowAllFolders -Value 1
#--- Windows Subsystems/Features ---
choco install Microsoft-Hyper-V-All -source windowsFeatures
choco install Microsoft-Windows-Subsystem-Linux -source windowsfeatures
choco install containers -source windowsfeatures
#--- Tools ---
choco install git.install
choco install yarn
choco install sysinternals
choco install 7zip
choco install powershell-core
choco install golang
choco install dotnetcore-sdk
choco install kubernetes-cli
choco install azure-cli
choco install microsoftazurestorageexplorer
#--- Apps ---
choco install googlechrome
choco install docker-for-windows
choco install microsoft-teams
choco install slack
choco install putty
choco install visualstudiocode
choco install terraform
#--- Restore Temporary Settings ---
Enable-UAC
Enable-MicrosoftUpdate
Install-WindowsUpdate -acceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment