Skip to content

Instantly share code, notes, and snippets.

@jda0
Last active February 14, 2019 12:39
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 jda0/fe668b2531bf9cf3bc013a5f8dd0e417 to your computer and use it in GitHub Desktop.
Save jda0/fe668b2531bf9cf3bc013a5f8dd0e417 to your computer and use it in GitHub Desktop.
Setup new PC (Chocolatey)
Write-Host "Cannot automatically install LastPass, Ubuntu, Spotify from Windows Store."
Write-Host "Installing Google Drive, Hyper, Skyfonts, Visual Studio Code from Chocolatey."
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install -y google-drive-file-stream hyper skyfonts vscode
Write-Host "Done. Check above for errors."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment