Home

Awesome

Nostalgia

About

This repository contains the source code of Nostalgia, a simple theme for the ZSH shell.

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/nostalgia\
                    ~/.local/share/zsh/themes/nostalgia
source ~/.local/share/zsh/themes/nostalgia/nostalgia.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/nostalgia\
                    "${ZSH_CUSTOM:-${HOME}/.oh-my-zsh/custom}/themes/nostalgia"
ZSH_THEME=nostalgia/nostalgia

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.