Skip to content

Instantly share code, notes, and snippets.

@nanliu
Forked from logicminds/puppetdev
Last active August 29, 2015 14:16
Show Gist options
  • Save nanliu/7ed0fe2ba5aa2ba3acb6 to your computer and use it in GitHub Desktop.
Save nanliu/7ed0fe2ba5aa2ba3acb6 to your computer and use it in GitHub Desktop.
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Enable-RemoteDesktop
cinst git
cinst git-credential-winstore
cinst console-devel
cinst sublimetext3
cinst poshgit
cinst dotpeek
cinst ruby -Version 2.0.0.48100
refreshenv
cinst ruby2.devkit
cinst puppet
c:\tools\ruby200\bin\gem update --system --source http://rubygems.org --no-rdoc
c:\tools\ruby200\bin\gem install bundler --no-rdoc
refreshenv
git config --global core.autocrlf false
cinst vim
#cinst virtualbox
cinst wget
cinst curl
cinst sublimetext3
#cinst sourcetree
cinst vagrant
#cinst virtualbox.extensionpack
cinst packer
cinst packer-post-processor-vagrant-vmware-ovf
#cinst fiddler4
# uncomment this to install puppet enterprise
#(New-Object System.Net.WebClient).DownloadFile('https://pm.puppetlabs.com/cgi-bin/download.cgi?ver=latest&dist=win&arch=x64','c:\tmp\pe-x64.msi')
#msiexec /qn /i c:\tmp\pe-x64.msi PUPPET_AGENT_STARTUP_MODE=manual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment