PSProfile
PSProfile copied to clipboard
Add capability to import PSProfile compatible settings from an ExternalScript
Proposed command
Import-ScriptToPSProfile
Goal
Parse an ExternalScript file using the AST and import any PSProfile compatible settings to the configuration. Initial scope:
- PSReadline settings (to go along with #10)
- Variables
- Command Aliases
- Imported modules
- Prompts
Digging a bit more into this