Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikepruett3/dotposh

Profile, functions, and Modules for my PowerShell Environment
https://github.com/mikepruett3/dotposh

Last synced: 7 days ago
JSON representation

Profile, functions, and Modules for my PowerShell Environment

Awesome Lists containing this project

README

        

# Installation:

From Command Line

git clone https://github.com/mikepruett3/dotposh.git %UserProfile%\dotposh

From PowerShell

git clone https://github.com/mikepruett3/dotposh.git $Env:UserProfile\dotposh

## Create symlinks:

**Needs to be run as Administrator** :

mklink %UserProfile%\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 %UserProfile%\dotposh\profile.ps1
mklink /D %UserProfile%\Documents\WindowsPowerShell\modules\ %UserProfile%\dotposh\modules

## Installing SubModules:

Switch into the "%UserProfile%\dotposh" directory, and fetch submodules

cd %UserProfile%\dotposh
git submodule init
git submodule update

## Adding New SubModules:

Adding new submodules to the directory

cd %UserProfile%\dotposh
git submodule add http://github.com//.git modules/