Last active
January 25, 2023 21:08
-
-
Save kylefender/a80ef22675f35111124f6217bfab8f19 to your computer and use it in GitHub Desktop.
Setup my dev machine
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
| #RUN the following to kick off script-> START http://boxstarter.org/package/nr/url?<raw link ie. https://gist.github.com/kylefender/a80ef22675f35111124f6217bfab8f19/raw/53f59ae634117c5c86cd1f20bfeadac15e4a4f0e/DevBoxstarter> | |
| choco install chocolatey | |
| choco install boxstarter | |
| #run the rest in the boxstarter shell | |
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| Enable-RemoteDesktop | |
| #Browser stuff | |
| choco install google-chrome-x64 | |
| # Text Editors | |
| choco install notepadplusplus | |
| choco install visualstudiocode | |
| choco install | |
| choco install visualstudio2015enterprise | |
| #Utilities | |
| choco install paint.net | |
| choco install 7zip.install | |
| choco install fiddler4 | |
| choco install vlc | |
| choco install githubforwindows | |
| choco install skype | |
| choco install f.lux | |
| choco install imagemagick | |
| choco install slack | |
| choco install linqpad | |
| choco install vmwarevsphereclient | |
| choco install NuGet.CommandLine | |
| choco install spotify | |
| choco install virtualbox | |
| choco install sysinternals | |
| #Environment | |
| choco install Microsoft-Hyper-V-All -source windowsFeatures | |
| choco install IIS-WebServerRole -source windowsfeatures | |
| # JetBrains | |
| choco install resharper | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment