Skip to content

rznadri/git_bash_windows_powerline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Update:

  • Removed the username@host in the prompt
  • Change font color to black because it currently on dark themes it's not clearly visible.

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

About

Light & simple powerline theme for Git bash for windows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%