Skip to content

Instantly share code, notes, and snippets.

@mrjcleaver
Last active April 13, 2016 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrjcleaver/65bc7dbb2c2e6eb70100 to your computer and use it in GitHub Desktop.
Save mrjcleaver/65bc7dbb2c2e6eb70100 to your computer and use it in GitHub Desktop.
# Usage: see http://www.hurryupandwait.io/blog/setup-a-new-machine-with-just-a-url-and-chocolatey-package
# Get RAW URL from this GIST
# START http://boxstarter.org/package/nr/url?<RAW URL from GIST>
#######################
# Windows Configuration
Update-ExecutionPolicy Unrestricted
Disable-InternetExplorerESC
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowFileExtensions
Disable-UAC
# Be a guest of VirtualBox
cinst vboxguestadditions.install
##############
# Development
#cinst SublimeText3
# not sure why else I didn't have the boxstartershell command
cinst boxstarter
##############
# Web Browsers
cinst GoogleChrome
cinst Firefox
cinst googledrive
############
# Essentials
cinst adobereader
cinst adwcleaner
#cinst btsync
#cinst keepass
#cinst skype
cinst speccy # Spec of the machine
cinst windirstat
###############
# Customization
#Install-ChocolateyPinnedTaskBarItem "$env:programfiles\Google\Chrome\Application\chrome.exe"
#Install-ChocolateyFileAssociation ".txt" "$env:programfiles\Sublime Text 3\sublime_text.exe"
cinst ChocolateyGUI
##############
# Development
cinst git
#cinst nodejs
cinst winscp
cinst hipchat
cinst poshgit
#cinst githubforwindows #wouldn't install unattended
cinst git-credential-winstore
cinst notepadplusplus.install
cinst Baretail
cinst MobaXTerm
# Remote ESXi vmWare Stuff
cinst vmwarevsphereclient
################
# Windows Update
Enable-UAC
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment