Skip to content

Commit a4c2b6c

Browse files
authored
Make installation instructions more clear
1 parent 399c44d commit a4c2b6c

File tree

1 file changed

+7
-18
lines changed

1 file changed

+7
-18
lines changed

INSTALL.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,32 +4,21 @@ A dark theme for the Windows 10 Console, supports both PowerShell and cmd.exe.
44

55
#### Theme Installation
66

7-
There are 4 parts to configure; all of them are optional:
7+
There are 3 parts to configure; all of them are optional:
88

99

10-
<details><summary><strong>Colors Installation</strong></summary>
10+
<details><summary><strong>Powershell colors</strong></summary>
1111
<p>
1212

1313
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.
1414
1. Open PowerShell, navigate to unzipped `ColorTool` directory, and run `install.cmd`.
1515
1. Right-click on the window titlebar and choose `Properties`, then on the `Font` tab choose Consolas. Click `OK` to save.
16-
- Note that this step is required, even if your font is already set to Consolas, due to the way that the windows console saves its settings.
17-
18-
For cmd.exe support, perform the same steps above but in a cmd.exe window.
19-
20-
</p>
21-
</details>
22-
23-
<details><summary><strong>PowerShell Prompt</strong></summary>
24-
<p>
25-
26-
1. Install the 1.0 version of posh-git.
27-
- It's currently prerelease, so you'll need to install it with `Install-Module -Name posh-git -AllowPrerelease -Force`
28-
- If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
29-
1. Ensure the latest version of PSReadLine (2.0 or later) is installed. It's installed by default in Windows 10, but you'll most likely [need to upgrade it](https://github.com/lzybkr/PSReadLine#user-content-upgrading).
30-
- 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)
16+
1. Install PSReadLine 2.0 or later. It's installed by default in Windows 10, but you'll most likely [need to upgrade it](https://github.com/lzybkr/PSReadLine#user-content-upgrading). You can verify your PSReadLine version by running `(Get-Module PSReadLine).Version`
17+
- If you see errors when upgrading, please see [this issue in PSReadLine](https://github.com/PowerShell/PowerShellGet/issues/318#issuecomment-418605987).
3118
1. Include [this powershell configuration](https://github.com/dracula/powershell/blob/master/theme/dracula-prompt-configuration.ps1) in your PowerShell `$profile` file.<sup>[1](https://github.com/dracula/powershell#user-content-profile-explanation)</sup>
32-
19+
1. Install git integration (posh-git) with `Install-Module -Name posh-git -AllowPrerelease -Force`
20+
- If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
21+
3322
</p>
3423
</details>
3524

0 commit comments

Comments
 (0)