Skip to content

staxmanade/DevMachineSetup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

By: @staxmanade

Purpose for repo!

To organize the configuration and setup of my typical development environment.

  1. One time setup of my developer machine --

Execute the following one-liner in an elevated powershell prompt

set-executionpolicy unrestricted;
iex ((new-object net.webclient).DownloadString('https://raw.github.com/staxmanade/DevMachineSetup/master/Bootstrap/BootIt.ps1'))
  1. Initialize powershell profile --

NOTE: This is already included in the #1 above

set-executionpolicy unrestricted;
iex ((new-object net.webclient).DownloadString('https://raw.github.com/staxmanade/DevMachineSetup/master/Bootstrap/initPsProfile.ps1'))

About

My default developer Powershell profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published