GitXplorerGitXplorer
a

blank

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
efe736330f7b44e179f001e2ed20d266ebcecfaa

Fix

aaspyatkin committed 7 years ago
Unverified
06f269882d370f0e9194c98d0cbde573961c92d0

Update

aaspyatkin committed 7 years ago
Unverified
d2e9617d8f4412aadaa19054b1c146acd46da85e

Query full hostname

aaspyatkin committed 9 years ago
Unverified
668941a1a9992c20b048d8aa2d2d74f58cda3454

Add badges

aaspyatkin committed 9 years ago
Unverified
c5d9458615f47115af57cf31ff424aa0e0188adc

Add screenshots and update README.

aaspyatkin committed 9 years ago
Unverified
6138f79358e7bf5a3c3840fe3dd50a1d65541552

Update README.md

aaspyatkin committed 9 years ago

README

The README file for this repository.

blank

Latest Version License
A theme for Oh My Zsh with Git, SSH and Virtualenv prompts.

Screenshots

Git prompt

Git branch, working tree status (clean/dirty) and locale/remote correlation (ahead/behind) are displayed.

SSH prompt

While on SSH, user and hostname are displayed. If user is root, this part of prompt is colored significantly different.

Virtualenv prompt

While on Python Virtualenv, virtualenv name is displayed.

Prerequisites & Installation

You should have Oh My Zsh with git and virtualenv plugins enabled. To install,

  1. copy blank.zsh-theme to ~/.oh-my-zsh/custom,
  2. add ZSH_THEME=blank to your .zshrc.

Tips

  1. Looks great with PragmataPro font.
  2. You will probably enjoy a variety of color schemes calles base16.
  3. If you do dotfiles, you might add this repo as submodule and symlink blank.zsh-theme to ~/.oh-my-zsh/custom/blank.zsh-theme.

License

MIT © Alexander Pyatkin

Notes

  1. The font on screenshots is PragmataPro by Fabrizio Schiavi.
  2. This project is inspired by the pure project. I used this theme for some time, but it has some issues on Windows machines, so I created the theme on my own.