Skip to content

Instantly share code, notes, and snippets.

@bdanse
Last active August 14, 2019 18:30
Show Gist options
  • Save bdanse/1704e1c1a5099d29ba4ee3d04215fa12 to your computer and use it in GitHub Desktop.
Save bdanse/1704e1c1a5099d29ba4ee3d04215fa12 to your computer and use it in GitHub Desktop.
Install vscode
# Install boxstarter
# . { iwr -useb https://boxstarter.org/bootstrapper.ps1 } | iex; Get-Boxstarter -Force
# Install-BoxstarterPackage -PackageName gisturi
Update-ExecutionPolicy Unrestricted
Set-ExplorerOptions -showFileExtensions
Disable-InternetExplorerESC
Install-WindowsUpdate -AcceptEula
Install-Module -Name Az -AllowClobber -Scope AllUsers
cinst git
cinst vscode
cinst azure-cli
cinst putty.install
cinst microsoft-windows-terminal
cinst googlechrome
code --install-extension ms-vsts.team
code --install-extension ms-vscode.powershell
code --install-extension ms-vscode.azurecli
code --install-extension ms-vscode.azure-account
code --install-extension msazurermtools.azurerm-vscode-tools
code --install-extension ms-azuretools.vscode-docker
code --install-extension yzhang.markdown-all-in-one
code --install-extension DavidAnson.vscode-markdownlint
code --install-extension ms-vsts.team
#cinst nodejs
#npm i -g tfx-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment