Skip to content

Instantly share code, notes, and snippets.

@miguelerm
Last active August 29, 2015 14:22
Show Gist options
  • Save miguelerm/b4699a59b85210851354 to your computer and use it in GitHub Desktop.
Save miguelerm/b4699a59b85210851354 to your computer and use it in GitHub Desktop.
Script para instalación de un equipo nuevo de desarrollo.
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions -EnableShowFullPathInTitleBar
Enable-RemoteDesktop
cinst visualstudiocommunity2013 -y
cinst vs2013.powertools -y
cinst visualstudio2013-webessentials.vsix -y
cinst visualstudiocode -y
cinst fiddler4 -y
cinst linqpad -y
cinst git.install -y
cinst sourcetree -y
cinst githubforwindows -y
cinst notepad2 -y
cinst nodejs.install -y
cinst javaruntime -y
cinst adobereader -y
cinst keepass -y
cinst 7zip.install -y
cinst putty -y
cinst nuget.commandline -y
cinst wget -y
cinst paint.net -y
cinst gimp -y
cinst ghostscript.app -y
cinst imagemagick.app -y
cinst spotify -y
cinst rdcman -y
cinst procmon -y
cinst zoomit -y
cinst scriptcs -y
cinst intellijidea-community -y
cinst haroopad -y
cinst dotpeek -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment