All Projects → diesire → git_bash_windows_powerline

diesire / git_bash_windows_powerline

Licence: MIT license
Light & simple powerline theme for Git bash for windows

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to git bash windows powerline

Powerline
Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.
Stars: ✭ 12,989 (+13154.08%)
Mutual labels:  powerline
V2GInjector
V2GInjector - Tool to intrude a V2G PowerLine network, but also to capture and inject V2G packets
Stars: ✭ 79 (-19.39%)
Mutual labels:  powerline
fishline
A powerline prompt framework for the fish-shell built in fish-shell.
Stars: ✭ 66 (-32.65%)
Mutual labels:  powerline
Powerline Web Fonts
Powerline Web Fonts for Chromebook
Stars: ✭ 178 (+81.63%)
Mutual labels:  powerline
perplexed
OTF monospace typeface, a derivative of IBM Plex Mono with Powerline glyphs added
Stars: ✭ 23 (-76.53%)
Mutual labels:  powerline
bash.env
Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.
Stars: ✭ 50 (-48.98%)
Mutual labels:  bash-prompt
Awsome Jp Coding Fonts
Awsome Japanese Coding Fonts
Stars: ✭ 96 (-2.04%)
Mutual labels:  powerline
win-sudo
Add `sudo` command to Git Bash
Stars: ✭ 145 (+47.96%)
Mutual labels:  git-bash
.oh-my-comma
The idea of a 'workbench for developers' - Shell utilities, tooling, and dotfiles for comma.ai's open-source self-driving car technology stack
Stars: ✭ 110 (+12.24%)
Mutual labels:  powerline
cmder-powershell-powerline-prompt
Custom PowerShell prompt for Cmder on Windows
Stars: ✭ 94 (-4.08%)
Mutual labels:  powerline
.tmux
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️
Stars: ✭ 15,594 (+15812.24%)
Mutual labels:  powerline
zsh-powerline
Powerline for Zsh in pure Zsh script. See also https://github.com/riobard/bash-powerline
Stars: ✭ 34 (-65.31%)
Mutual labels:  powerline
powerline-shell
A Powerline-style shell prompt written in pure Bash
Stars: ✭ 16 (-83.67%)
Mutual labels:  powerline
Powerline Go
A beautiful and useful low-latency prompt for your shell, written in go
Stars: ✭ 2,299 (+2245.92%)
Mutual labels:  powerline
onestatus
an api to customize tmux from vim
Stars: ✭ 82 (-16.33%)
Mutual labels:  powerline
Sbt Prompt
An SBT plugin for making your SBT prompt more awesome
Stars: ✭ 107 (+9.18%)
Mutual labels:  powerline
nvim configration
Neovim diy develop enviroment.This project integrates neovim tmux zsh and some very useful plugs of them including YouCompleteMe FZF auto pairs nerdtree ncm2 and so on.
Stars: ✭ 22 (-77.55%)
Mutual labels:  powerline
powerline mem segment
No description or website provided.
Stars: ✭ 15 (-84.69%)
Mutual labels:  powerline
dotfiles
🔧 .files - different setups separated in branches
Stars: ✭ 168 (+71.43%)
Mutual labels:  powerline
powerline.kak
Kakoune modeline, but with passion
Stars: ✭ 49 (-50%)
Mutual labels:  powerline

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].