Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikepruett3/dotposh
- Owner: mikepruett3
- Created: 2015-07-31T00:55:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T06:21:58.000Z (27 days ago)
- Last Synced: 2024-10-19T07:45:22.172Z (25 days ago)
- Language: PowerShell
- Homepage:
- Size: 2.55 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/