See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
Install latest stable release of Windows Terminal from GitHub:
Install latest stable release of PowerShell from GitHub:
✅ Open Windows Terminal and verify new PowerShell is integrated
| { | |
| "$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json", | |
| "palette": { | |
| "black": "#262B44", | |
| "blue": "#4B95E9", | |
| "green": "#59C9A5", | |
| "orange": "#F07623", | |
| "red": "#D81E5B", | |
| "white": "#E0DEF4", | |
| "yellow": "#F3AE35" |
| # For more details related to Msi and MsiExec, see: | |
| # https://docs.microsoft.com/en-us/windows/desktop/Msi/error-codes | |
| # https://docs.microsoft.com/en-us/windows/desktop/msi/windows-installer-error-messages | |
| # https://docs.microsoft.com/en-us/windows/desktop/msi/command-line-options | |
| param | |
| ( | |
| [Parameter(Mandatory=$true)][string]$SOME_PARAMETER = "some value", | |
| [Parameter(Mandatory=$false)][string]$INSTALLDIR = "C:\SomeFolder" | |
| ) |