pwsh: add Windows Terminal profile installation script#7466
pwsh: add Windows Terminal profile installation script#7466rafaeloledo wants to merge 6 commits intoScoopInstaller:masterfrom
Conversation
also, format notes
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with pwsh
|
|
/verify |
|
Your changes did not pass all checks. Please address the issues in the manifest and comment starting with pwsh
|
|
I can't find the code that is not passing on the |
To resolve the lint issue, you can run |
|
/verify |
|
All changes look good. Wait for review from human collaborators. pwsh
|
|
I'm think it's necessary or not, seem my windows terminal can automatically find and add profile for pwsh, i never config for it. |
|
Windows Terminal maps profiles with JSON. As i've described in the initial comment, installing with Scoop is not handling this task. It's all mapped on the The manual way is invoking The same way you can manually change the registry and services with CLI. For convenience and avoiding manually doin it, especially for new and unsuspecting users, we can provide it on the installation process. |
When you execute
winget install pwsh, the profile is added automatically.Changes:
powershell -ExecutionPolicy Bypass -File install-profile.ps1will add thepwshprofile based onSCOOPenv var.One thing to note:
Bypass.<manifest-name[@version]|chore>: <general summary of the pull request>