https://github.com/klaude/prezto-cloud-prompt
A port of the oh-my-zsh cloud theme to prezto
https://github.com/klaude/prezto-cloud-prompt
Last synced: 5 months ago
JSON representation
A port of the oh-my-zsh cloud theme to prezto
- Host: GitHub
- URL: https://github.com/klaude/prezto-cloud-prompt
- Owner: klaude
- License: mit
- Created: 2014-09-11T04:40:16.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-21T11:10:45.000Z (about 11 years ago)
- Last Synced: 2025-01-18T10:14:30.842Z (10 months ago)
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - prezto-cloud-prompt - Prezto port of oh-my-zsh's cloud prompt. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - prezto-cloud-prompt - Prezto port of oh-my-zsh's cloud prompt. (Themes / ZSH on Windows)
- awesome-zsh-plugins - prezto-cloud-prompt - Prezto port of oh-my-zsh's cloud prompt. (Themes / Zinit (née zplugin))
README
prezto-cloud-prompt
===================

This is a port of [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)'s [cloud theme](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/cloud.zsh-theme) to the [prezto](https://github.com/sorin-ionescu/prezto) prompt module. The prompts are the same as the omz version, but instead of defining the prompt's prefix in the `ZSH_THEME_CLOUD_PREFIX` environment variable it's done via the config.
Installation
------------
* Copy `modules/prompt/functions/prompt_cloud_setup` to `~/.zprezto/`.
* Make sure `pmodule 'git'` is loaded after all other modules are loaded in `~/.zpreztorc`.
Usage
-----
This prompt's prefix symbol and colors are customizable:
```
prompt cloud [] [] []
```
In `~/.zpreztorc`:
```
zstyle ':prezto:module:prompt' theme 'cloud' [''] [''] ['']
```
If these options are not provided, the symbol defaults to ☁ with colors cyan and green.
Help
----
Run `prompt -h cloud` for more information or `prompt -p cloud` to preview the cloud prompt with custom symbols and colors.