Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fffelix-huang/candy-fantasy

A simple, but colorful theme for Oh My Zsh.
https://github.com/fffelix-huang/candy-fantasy

Last synced: 2 months ago
JSON representation

A simple, but colorful theme for Oh My Zsh.

Awesome Lists containing this project

README

        

# Candy Fantasy

Candy Fantasy is a theme for Oh My Zsh. It is a modification from the [Candy Kingdom](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/candy-kingdom.zsh-theme) theme.

![Candy Fantasy](candy-fantasy.png)

## Installation

You should have Oh My Zsh installed. For more details, see [Oh My Zsh's repository](https://github.com/ohmyzsh/ohmyzsh/tree/master).

After installing Oh My Zsh, running `echo $ZSH` should display the path to the `.oh-my-zsh` directory.

To add the theme, you could use `wget` or simply copy the file to the `$ZSH/custom/themes` directory.

```sh
mkdir -p $ZSH/custom/themes
cd $ZSH/custom/themes
wget https://raw.githubusercontent.com/fffelix-huang/candy-fantasy/master/candy-fantasy.zsh-theme
```

Next, update the current theme in your `~/.zshrc` file by setting `ZSH_THEME="candy-fantasy"`.

To apply the changes, run `source ~/.zshrc` or restart your terminal.