Skip to content

Commit edc3bfc

Browse files
authored
Make Installation steps more clear
1 parent 37bb975 commit edc3bfc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@
88

99
1. [Download and extract](https://raw.githubusercontent.com/waf/dracula-cmd/master/dist/ColorTool.zip) or [compile](https://github.com/Microsoft/console/tree/master/tools/ColorTool) ColorTool (from Microsoft).
1010
1. Run `ColorTool.exe -b Dracula.itermcolors`. The Dracula.itermcolors file is an iterm theme modified to work for cmd.exe.
11+
1. Right-click on the cmd.exe titlebar and choose `Properties`, then on the `Font` tab choose Consolas. Click `OK` to save.
1112
1. Optionally, set the `prompt` environment variable to `$E[0;32;40m→ $E[0;36;40m$p$E[0;35;40m› $E[0;38;40m` to get the prompt in the screenshot.
13+
- In the start menu, search for "Edit environment variables for your account."
14+
- Add a new user variable named `prompt` with the above value.
1215

13-
## Explanation of prompt environment variable
16+
### Explanation of prompt environment variable
1417

1518
The prompt value above can be broken down into the following [ANSI escape sequences](http://ascii-table.com/ansi-escape-sequences.php):
1619

1720
- `$E[0;32;40m` - normal text with a green foreground and black background
1821
- `` - unicode arrow and space
1922
- `$E[0;36;40m` - normal text with a cyan foreground and black background
20-
- `$p` - current drive and path. See `prompt /?` output for additional values.
23+
- `$p` - current drive and path. See `prompt /?` output for additional values
2124
- `$E[0;35;40m` - normal text with a magenta foreground and black background
22-
- `` - uncode chevron and space
25+
- `` - unicode chevron and space
2326
- `$E[0;38;40m` - normal text with a default foreground and black background
2427

2528
## Team

0 commit comments

Comments
 (0)