vicnoster is a oh-my-zsh theme based on the Powerline Vim plugin & Agnoster theme.

It currently shows:

Previews

preview home directory preview home directory

How to install

  1. install awesome terminal icons

  2. select a monospaced font from your system to you installed
    • in Ubuntu install Ubuntu Tweak tool to change the font
  3. install vicnoster zsh theme in your themes folder~/.oh-my-zsh/themes/

     $ curl -o ~/.oh-my-zsh/themes/vicnoster.zsh-theme https://raw.githubusercontent.com/victordev/vicnoster/master/vicnoster.zsh-theme
    
  4. select the theme vicnoster in your .zshrc file

    • open the .zshrc file
     $ vim ~/.zshrc
    
    • find ZSH_THEME and change to:
     ZSH_THEME="vicnoster"
    
  5. reload .zshrc
$ source ~/.zshrc