You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.[Download and unzip](https://raw.githubusercontent.com/waf/dracula-cmd/master/dist/ColorTool.zip) ColorTool. The [source code](https://github.com/Microsoft/Terminal/tree/master/src/tools/ColorTool) is available from Microsoft.
16
18
1. Open PowerShell, navigate to unzipped `ColorTool` directory, and run `install.cmd`.
@@ -19,7 +21,11 @@ There are 4 parts to configure; all of them are optional:
19
21
20
22
For cmd.exe support, perform the same steps above but in a cmd.exe window.
- It's currently prerelease, so you'll need to install it with `Install-Module -Name posh-git -AllowPrerelease -Force`
@@ -28,14 +34,25 @@ For cmd.exe support, perform the same steps above but in a cmd.exe window.
28
34
- You can verify that 2.0 was installed by running `(Get-Module PSReadLine).Version`. If the installation does not appear to work, please see [this issue in PSReadLine](https://github.com/PowerShell/PowerShellGet/issues/318#issuecomment-418605987)
29
35
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](#whats-the-powershell-profile-file"What's the PowerShell `$profile` file?")</sup>
0 commit comments