Enprogames / git_bash_windows_powerline

Light & simple powerline theme for Git bash for windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git bash for windows powerline theme

Light & simple powerline theme for Git bash for windows

ScreenShot

Install:

cd $HOME
mkdir -p .bash/themes/git_bash_windows_powerline
git clone https://github.com/Enprogames/git_bash_windows_powerline.git .bash/themes/git_bash_windows_powerline

Create .bashrc file in $HOME:

nano ~/.bashrc

And add the following to it:

# Theme
THEME=$HOME/.bash/themes/git_bash_windows_powerline/theme.bash
if [ -f $THEME ]; then
   . $THEME
fi
unset THEME

Prerequisites

I recommend Space Mono for Powerline

Set font for git bash:

  1. Open git bash
  2. Right click > Options > Text > Font > Select
  3. Enter "Space Mono for Powerline" under font
  4. Click Ok
  5. Click Apply, then Save

License

MIT

About

Light & simple powerline theme for Git bash for windows

License:MIT License


Languages

Language:Shell 100.0%