SergeySeleznyov / dotfiles

@SergeySeleznyov's dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

@SergeySeleznyov's dotfiles

oh-my-zsh screenshots

screenshot1 screenshot2 screenshot3

Prompt

Left-side prompt (from left to right):

  1. Local branch name
  2. '->' Remote branch name
  3. Behind commit count
  4. Ahead commit count
  5. '|' separator if needed
  6. '+' added to index (in green)
  7. '~' updated in index (in green)
  8. '-' deleted in index (in green)
  9. '+' untracked (in red)
  10. '~' updated not in index (in red)
  11. '-' deleted not in index (in red)
  12. 'x' conflict count

Right-side prompt (from left to right):

  1. stash count
  2. prompt time

Requirements

  • oh-my-zsh

  • python

Install

  1. Clone it into your home derectory, like follow:
git clone git://github.com/SergeySeleznyov/dotfiles.git ~/.dotfiles

or, if you have several authors dotfiles:

git clone git://github.com/SergeySeleznyov/dotfiles.git ~/.dotfiles/SergeySeleznyov
  1. Run the setup.sh script

it will create the symlinks

Thanks

Thanks to the dotfiles authors who inspired me:

Thanks to the yoshiori the author of the oh-my-zsh's theme which is used as the default.

Thanks to the olivierverdier the oh-my-zsh's git status prompt author, who has inspired for deeply customizing it.

About

@SergeySeleznyov's dotfiles


Languages

Language:Shell 69.9%Language:Python 30.1%