Git Bash Windows Powerline Save

Light & simple powerline theme for Git bash for windows

Project README

Git bash for windows powerline theme

Light & simple powerline theme for Git bash for windows

ScreenShot

Install:

I recommend the following:

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

then add the following to your .bashrc:

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

Requisites

License

MIT

Open Source Agenda is not affiliated with "Git Bash Windows Powerline" Project. README Source: diesire/git_bash_windows_powerline
Stars
129
Open Issues
11
Last Commit
3 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating