Skip to content

Commit 384ae01

Browse files
authored
Move installation instructions to INSTALL.md
INSTALL.md is read by the draculatheme.com website generator, so this change will make all instructions point to the same information.
1 parent a4c2b6c commit 384ae01

File tree

1 file changed

+1
-44
lines changed

1 file changed

+1
-44
lines changed

README.md

Lines changed: 1 addition & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -8,50 +8,7 @@
88

99
## Installation
1010

11-
There are 4 parts to configure; all of them are optional:
12-
13-
14-
<details><summary><strong>Colors Installation</strong></summary>
15-
<p>
16-
17-
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.
18-
1. Open PowerShell, navigate to unzipped `ColorTool` directory, and run `install.cmd`.
19-
1. Right-click on the window titlebar and choose `Properties`, then on the `Font` tab choose Consolas. Click `OK` to save.
20-
- 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.
21-
22-
For cmd.exe support, perform the same steps above but in a cmd.exe window.
23-
24-
</p>
25-
</details>
26-
27-
<details><summary><strong>PowerShell Prompt</strong></summary>
28-
<p>
29-
30-
1. Install the 1.0 version of posh-git.
31-
- It's currently prerelease, so you'll need to install it with `Install-Module -Name posh-git -AllowPrerelease -Force`
32-
- If you don't have an `-AllowPrerelease` flag, upgrade PowerShellGet with `Install-Module -Name PowerShellGet -Force` first.
33-
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).
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)
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](#profile-explanation)</sup>
36-
37-
</p>
38-
</details>
39-
40-
<details><summary><strong>CMD.exe Prompt</strong></summary>
41-
<p>
42-
43-
Set the environment variable `prompt` to `$E[1;32;40m→ $E[1;36;40m$p$E[1;35;40m› $E[1;37;40m`
44-
45-
</p>
46-
</details>
47-
48-
<details><summary><strong>Windows Titlebar Color</strong></summary>
49-
<p>
50-
51-
In Windows 10, the titlebar color can be set system-wide in Settings → Personalization → Colors → Custom color → More → #262835.
52-
53-
</p>
54-
</details>
11+
See our [installation instructions here](https://github.com/dracula/powershell/blob/master/INSTALL.md).
5512

5613
## Support for other terminals
5714

0 commit comments

Comments
 (0)