Home

Awesome

Lildragon

About

This repository contains the source code of Lildragon, a simple theme for the ZSH shell that is decorated by a dragon.

Here is a preview that you can check it out:

[!NOTE] This theme uses the terminal emulator's colors, so they may look different in your setup when compared to the preview.

Features

This theme can show you:

Installation

Dependencies

In order to install and run this software properly, the following dependencies must be installed:

Stand-alone Procedures (recommended for most users)

These steps are intended for users that want to perform a stand-alone install of this theme. As it does not need any extra dependency, it is the recommended option for most users.

git clone --depth 1 https://github.com/skippyr/lildragon\
                    ~/.local/share/zsh/themes/lildragon
source ~/.local/share/zsh/themes/lildragon/lildragon.zsh-theme

OhMyZSH Procedures

These procedures are intended for users that want to use this theme within the OhMyZSH framework.

git clone --depth 1 https://github.com/skippyr/lildragon\
                    "${ZSH_CUSTOM:-${HOME}/.oh-my-zsh/custom}/themes/lildragon"
ZSH_THEME=lildragon/lildragon

Support

If you need any kind of support, for instance: help with troubleshooting, have questions about it or want to give improvement suggestions, please report them by filing new issues in its issues page.

Copyright

This software is under the MIT license. A copy of the license is bundled with the source code.