Skip to content

TrueFit/WindowsPowerShell

This branch is 141 commits behind ilude/WindowsPowerShell:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aebeefb · Feb 8, 2012

History

86 Commits
Feb 8, 2012
Sep 29, 2011
Aug 30, 2011
Feb 8, 2012
May 20, 2011
Oct 25, 2011
Aug 25, 2011
Jul 15, 2011
Jan 21, 2012
Jul 18, 2011
Aug 31, 2011
Aug 30, 2011

Repository files navigation

Install Windows Powershell

Windows 7 & Windows Server 2008 come with powershell installed by default

for all others you can download the installer here

Run Powershell

Start > Run > Powershell

Set-ExecutionPolicy remotesigned
cd ([environment]::GetFolderPath([environment+SpecialFolder]::MyDocuments))
git clone git://github.com/truefit/WindowsPowerShell.git
exit

restart powershell

And run the following command to setup git configuration info and aliases

Setup-Git

Then run the following command to setup the truefit certificate and netrc file for auto login to the truefit repos

Setup-Truefit

About

My Powershell Profile scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published