First, enable the execution of PowerShell scripts (including profiles) by running the following command as an administrator:
```powershell
Set-ExecutionPolicy RemoteSigned
```
Next, locate your PowerShell profile file by running:
```powershell
$PROFILE
```
Copy the contents of the `powershell\powerline.ps1` file into your PowerShell profile file.
For older PowerShell versions (e.g., PowerShell 5), ensure the profile script is saved in UTF-8 *with BOM* encoding.
Customize the variables (e.g., label, color, adminColor). You can run the `powershell\colors.ps1` script to select colors.
To suppress system information on PowerShell startup, add the `-NoLogo` switch to the command line in your `PowerShell` profiles within your Terminal application:
Save the `cmd\prompt.cmd` file somewhere on your disk. Then, update the command line in your `cmd` profile within your Terminal application as follows: