Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fffelix-huang/candy-fantasy
- Owner: fffelix-huang
- License: mit
- Created: 2024-05-10T15:01:46.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-11T01:44:32.000Z (6 months ago)
- Last Synced: 2024-05-16T10:56:48.448Z (6 months ago)
- Language: Shell
- Homepage:
- Size: 804 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-zsh-plugins - candy-fantasy - Modified version of <b><code>171090⭐</code></b> <b><code> 25735🍴</code></b> [Candy Kingdowm](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/candy-kingdom.zsh-theme))theme. (Themes / ZSH on Windows)
- awesome-zsh-plugins - candy-fantasy - Modified version of [Candy Kingdowm](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/candy-kingdom.zsh-theme)theme. (Themes / ZSH on Windows)
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.