Created
August 24, 2014 12:07
-
-
Save borismod/eae3d4766ceea2a10755 to your computer and use it in GitHub Desktop.
InstallDevMachine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin | |
| choco install Everything | |
| choco install Console2 | |
| choco install launchy | |
| choco install keepass | |
| choco install dropbox | |
| choco install lightshot | |
| choco install fiddler | |
| choco install notepadplusplus | |
| choco install PowerShell | |
| choco install procexp | |
| choco install 7zip | |
| choco install tfpt | |
| choco install tortoisesvn | |
| choco install visualsvn | |
| choco install git | |
| choco install gitextensions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment