File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff 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
2120git 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
You can’t perform that action at this time.
0 commit comments