Skip to content

Instantly share code, notes, and snippets.

@harishrathi
Created March 12, 2019 07:42
Show Gist options
  • Save harishrathi/0df86fef33fa1e3d8caed6da4d3ed251 to your computer and use it in GitHub Desktop.
Save harishrathi/0df86fef33fa1e3d8caed6da4d3ed251 to your computer and use it in GitHub Desktop.
mkdir -p ~/Documents/WindowsPowerShell
New-Item -Type file ~/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco feature enable --name=allowGlobalConfirmation
choco install googlechrome
choco install 7zip
choco install adobereader
choco install git
choco install nodejs
choco install dotnetcore-sdk
choco install visualstudiocode
choco install sourcetree
visualstudio2017community (download and install)
visual studio extensions
- typewrite
vs code extensions
- angular language service
- tslint (from microsoft)
- powershell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment