Skip to content

Instantly share code, notes, and snippets.

@mwrock
Last active February 26, 2016 06:40
Show Gist options
  • Save mwrock/d2ec88c0ea62dbf0047a to your computer and use it in GitHub Desktop.
Save mwrock/d2ec88c0ea62dbf0047a to your computer and use it in GitHub Desktop.
full choco
iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
Update-ExecutionPolicy Unrestricted
#Move-LibraryDirectory "Personal" "$env:UserProfile\skydrive\documents"
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Set-TaskbarOptions -Size Small
Enable-RemoteDesktop
cinst fiddler
cinst Git-Credential-Manager-for-Windows
cinst console-devel
cinst sublimetext3
cinst poshgit
cinst dotpeek
cinst googlechrome
cinst Paint.net
cinst windirstat
cinst sysinternals
cinst NugetPackageExplorer
cinst windbg
cinst winrar
cinst vagrant
cinst packer
cinst chefdk
cinst fciv
cinst pester
cinst psake
cinst WindowsAzurePowershell
# cinst wireshark
cinst visualstudio2013Ultimate
cinst Microsoft-Hyper-V-All -source windowsFeatures
Install-ChocolateyPinnedTaskBarItem "$env:windir\system32\mstsc.exe"
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\console\console.exe"
Install-ChocolateyPinnedTaskBarItem "$env:programfiles\Sublime Text 2\sublime_text.exe"
Install-ChocolateyPinnedTaskBarItem "$($Boxstarter.programFiles86)\Google\Chrome\Application\chrome.exe"
Install-ChocolateyFileAssociation ".txt" "$env:programfiles\Sublime Text 3\sublime_text.exe"
# Install-ChocolateyFileAssociation ".dll" "$($Boxstarter.ChocolateyBin)\dotPeek.exe"
# $sublimeDir = Join-Path $env:AppData 'Sublime Text 3'
# if(!(Test-Path "$sublimeDir")){mkdir "$sublimeDir"}
# copy-item (Join-Path (Get-PackageRoot($MyInvocation)) 'sublime\*') -Force -Recurse "$sublimeDir"
# copy-item (Join-Path (Get-PackageRoot($MyInvocation)) 'console.xml') -Force $env:appdata\console\console.xml
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment