This is a theme for zsh that can be installed with Oh-My-Zsh
It's inspired in this Agnoster Mod and powerlevel9k theme
- Install Fantasque Awesome Powerline Font and select as default font in your terminal emulator
$ cd ~/.oh-my-zsh/custom
$ git clone git@github.com:MauricioDinki/agnoster-theme.git
Then select this theme in the ~/.zshrc:
ZSH_THEME="agnoster-theme/agnoster"
Add this lines to the correct function of the prompt
TERM=xterm-256color
export VIRTUAL_ENV_DISABLE_PROMPT=1
You don't need to activate virtualenv, node version, or git plugin


