Home

Awesome

Racó Tècnic ZSH Theme

ZSH theme based on Andy Fleming's theme af-magic and inspired by the posh-git features.

screenshot

Installing

As oh-my-zsh is not accepting more themes right now, you will need to manually download and install the theme in your themes folder.

oh-my-zsh

If you use oh-my-zsh you can do...

# using CURL
curl -L https://github.com/elboletaire/zsh-theme-racotecnic/raw/master/racotecnic.zsh-theme > ~/.oh-my-zsh/themes/racotecnic.zsh-theme
# using wget
wget --no-check-certificate -O ~/.oh-my-zsh/themes/racotecnic.zsh-theme https://github.com/elboletaire/zsh-theme-racotecnic/raw/master/racotecnic.zsh-theme

After that simply change the ZSH_THEME value to racotecnic:

# ~/.zshrc
ZSH_THEME="racotecnic"

zgen

If you're using zgen, you can add zgen load elboletaire/zsh-theme-racotecnic to your zgen load list and regenerate init.zsh with zgen save. Zgen will take care of cloning the repository for you automatically.

The Prompt

The prompt is similar to the posh-git prompt with two little differences:

The status summary has the following format:

[{HEAD-name} +A ~B -C !D | +E ~F -G !H ! *]

Based on work by