Skip to content

Instantly share code, notes, and snippets.

@markcerv
Last active February 23, 2019 01:36
Show Gist options
  • Save markcerv/f2203589f5252c866b34d0927f653215 to your computer and use it in GitHub Desktop.
Save markcerv/f2203589f5252c866b34d0927f653215 to your computer and use it in GitHub Desktop.
BoxStarter - 2018 - for windows 10 machine and developers
# This script is setup to use http://boxstarter.org/WebLauncher
# Easiest way is to use IE, and call up this URL:
#
# http://boxstarter.org/package/nr/url?<<<THE ___RAW__ URL OF THIS GIST>>>
#
# Let's get explorer the way mark like it
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
# Want a list of chocolatey packages? https://chocolatey.org/packages is where you want to go
#
# These are some of marks favorite programs:
cinst 7zip
cinst filezilla
cinst filezilla.server
cinst firefox
cinst git
cinst gitkraken
cinst hashcheck
cinst imgburn
cinst insomnia-rest-api-client
cinst jing
cinst ngrok
cinst nodejs.install
cinst putty
cinst python2
#cinst safari -Version 5.1.7.1
cinst sublimetext2
cinst sublimetext3
cinst teracopy
cinst toggl
cinst vagrant
cinst vim
cinst virtualbox --version 4.3.28
cinst virtualbox.extensionpack
cinst virtualclonedrive
cinst wamp-server
cinst windirstat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment