Skip to content

Instantly share code, notes, and snippets.

@steviecoaster
Last active October 8, 2019 23:17
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 steviecoaster/e7f3d26068e850664f22aeb6771778b6 to your computer and use it in GitHub Desktop.
Save steviecoaster/e7f3d26068e850664f22aeb6771778b6 to your computer and use it in GitHub Desktop.
Get Started W/ @powershelllive streaming!
#ensure chocolatey is Installed
If(-not (Test-Path $env:ChocolateyInstall)){
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
iex (New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/Install.ps1')
}
refreshenv
choco install vscode vscode-powershell obs-studio -y --no-progress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment