Last active
April 16, 2019 13:44
-
-
Save josh-leeming/10f4211ccbd55b3c8a2f7d8068fb1294 to your computer and use it in GitHub Desktop.
Chocolatey ftw
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
| ECHO Configure chocolatey | |
| choco feature enable -n allowGlobalConfirmation | |
| ECHO Installing Apps | |
| choco install fiddler4 | |
| choco install notepadplusplus | |
| choco install visualstudiocode | |
| #choco install greenshot | |
| choco install GoogleChrome | |
| choco install putty | |
| choco install skype | |
| choco install slack | |
| #choco install beyondcompare | |
| choco install linqpad | |
| #choco install spotify | |
| #choco install whatsapp | |
| ECHO Installing Utilities | |
| choco install sysinternals | |
| choco install procmon | |
| choco install windirstat | |
| choco install msysgit | |
| #choco install gitkraken | |
| choco install sourcetree | |
| choco install gitextensions | |
| #choco install poshgit | |
| choco install 7zip | |
| choco install logparser | |
| choco install cmder | |
| choco install docker-desktop | |
| choco feature disable -n allowGlobalConfirmation |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@PowerShell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://gist.githubusercontent.com/josh-leeming/10f4211ccbd55b3c8a2f7d8068fb1294/raw/625e6b8d28bb71864bb36b948f04325b6331b001/gistfile1.ps1'))"