Hi there! This repository contains my powershell profile which I use daily! You are absolutely welcome to grab the profile, and submit PR for changes!
- PowerShell version 5.1
- International UTF-8 Support:
1. Open Powershell
2. Run the following command to open language and region settings: intl.cpl
3. Turn On: Beta: Use Unicode UTF-8 for Worldwide language support and Restart your computer
- There will be a bootstrap script for first time use. (NOT IMPLEMENTED YET)
The profile comes with everything you need to run it on your local system. Just make sure to to do everything
that is described in the requirements section.
Debugging a module and don't wanna reload the entire powershell profile?
Go into the Module Directory where the module you wanna debug is:
cd /Application/Int-Modules/ModuleName/
Issue the following command:
Register-DebugTask -ModuleName ModuleName
Now, whenever you wanna reload that specific module just run Resolve-DebugTask
Resolve-DebugTask