-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
pwsh: add Windows Terminal profile installation script #7466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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
|
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>