Skip to content

Commit 869c2da

Browse files
committed
Added font guide in readme
1 parent 5199272 commit 869c2da

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Light & simple powerline theme for Git bash for windows
77

88
## Pre-Requisites
99

10-
* In order for this theme to render correctly, you will need a
11-
[Powerline-patched font](https://github.com/powerline/fonts).
10+
* In order for this theme to render correctly, you will need a [Nerd font](https://github.com/ryanoasis/nerd-fonts).
1211

1312

1413
## Installation:
@@ -21,7 +20,14 @@ mkdir -p .bash/themes/git_bash_windows_powerline
2120
git clone https://github.com/dhwanish-3/git-bash-powerline-theme.git .bash/themes/git_bash_powerline_theme
2221
```
2322

24-
then add the following to your .bashrc:
23+
Create .bashrc file in $HOME directory if you already don't have one:
24+
25+
```bash
26+
cd $HOME
27+
touch .bashrc
28+
```
29+
30+
Then add the following lines to the end of your .bashrc file:
2531

2632
```bash
2733
# Theme

0 commit comments

Comments
 (0)