Skip to content

Instantly share code, notes, and snippets.

@igorpopovio
Created October 19, 2015 07:48
Show Gist options
  • Save igorpopovio/f3d770f57125dda371c2 to your computer and use it in GitHub Desktop.
Save igorpopovio/f3d770f57125dda371c2 to your computer and use it in GitHub Desktop.
Setup work computer
# How to use:
# with autorestart: start http://boxstarter.org/package/nr/url?TEXT_FILE_URL
# without restart: start http://boxstarter.org/package/url?TEXT_FILE_URL
# example: start http://boxstarter.org/package/nr/url?https://gist.github.com/user/id/raw/hash/file.txt
# More info:
# http://boxstarter.org/Learn/WebLauncher
Update-ExecutionPolicy Unrestricted
# Set-TaskbarSmall
# Enable-RemoteDesktop
# More Windows options:
# http://boxstarter.org/WinConfig
Set-ExplorerOptions `
-showHidenFilesFoldersDrives `
-showFileExtensions
# Essentials
cinst adobereader
cinst notepadplusplus
cinst sublimetext3
cinst 7zip
cinst git
cinst kdiff3
cinst beyondcompare
cinst google-chrome-x64
# Development
cinst visualstudio2013professional
cinst dotPeek
cinst jdk8
cinst gradle
cinst intellijidea-community
# Scripting
cinst pscx
cinst ruby
cinst python
cinst pycharm-community
# Utilities
cinst sysinternals
cinst wixtoolset
cinst markdownpad2
cinst lockhunter
cinst openssl.light
cinst putty
cinst winscp
cinst logparser
cinst dependencywalker
cinst teamviewer
cinst totalcommander
cinst ccleaner
Install-WindowsUpdate -AcceptEula
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment