majkinetor / powershell_profile.d

PowerShell profile directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PowerShell profile.d

This repository contains PowerShell profile with snippets organized in profile.d directory.

Concept

  • All of the scripts that you want in each of your machines go into the profile.d. Those are considered mandatory PowerShell extensions you can't live without.
  • All machine specific stuff (aliases, functions etc.) should be set in $PROFILE itself.

Installation

To install, execute the following script (requires git client):

git clone https://github.com/majkinetor/powershell_profile.d
cd powershell_profile.d; gc setup -raw | iex

Notes

  • To not see warnings on the start uncomment 3>$null in a profile.

About

PowerShell profile directory


Languages

Language:PowerShell 100.0%