This repository contains PowerShell profile with snippets organized in profile.d
directory.
- 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.
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
- To not see warnings on the start uncomment
3>$null
in a profile.