Skip to content

Kwull/install-dev-win

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Developer tools for Windows

Developer tools install scripts for Windows powered by Chocolatey and Boxstarter

Installation

Uses Boxstarter to install everything.

Build on top of Chocolatey and NuGet and create complete Windows environments and push them to your machines with Gists from your friends or your own GitHub. Even deploy to remote machines or Hyper-V with 100% unattended installs.

#####Use ClickOnce from IE: BoxStarter-install or #####Use Windows command line:

start http://boxstarter.org/package/nr/url?https://raw.github.com/Kwull/install-dev-win/master/scripts/boxstarter.ps1

In addtional configure PowerShell

Set-ExecutionPolicy RemoteSigned

Software list

Software list is in Install script

TO DO

Autoreplace notepad by notepad++ using VBS and REG file

Installation (outdated)

Chocolatey

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin

Developer tools

cinst scripts\packages.config

PowerShell

Set-ExecutionPolicy RemoteSigned

Useful tools

Scott Hanselman's 2014 Ultimate Developer and Power Users Tool List for Windows: DevTools

About

Developer tools install for Windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published