https://github.com/redxtech/zshred
A simple theme for zsh
https://github.com/redxtech/zshred
terminal theme zsh zsh-theme
Last synced: 9 months ago
JSON representation
A simple theme for zsh
- Host: GitHub
- URL: https://github.com/redxtech/zshred
- Owner: redxtech
- License: mit
- Created: 2019-10-25T09:05:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T09:45:03.000Z (over 3 years ago)
- Last Synced: 2025-02-19T13:46:52.791Z (9 months ago)
- Topics: terminal, theme, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 8.79 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 - zshred - Shows current directory, `git` decorations, exit status of last command and time. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - zshred - Shows current directory, `git` decorations, exit status of last command and time. (Themes / ZSH on Windows)
- awesome-zsh-plugins - zshred - Shows current directory, `git` decorations, exit status of last command and time. (Themes / Zinit (née zplugin))
README
# [zshred][repo-link]
> A theme for zsh via [oh-my-zsh][omz-link].
## Notice
I have replaced this theme with a configuration of [powerlevel19k][p10k-link], which you can find
in my [dotfiles][dotfiles-link].
[](/LICENSE)
[][omz-link]
## install
> There's probably a better way to do it, but this will get the job done.
```zsh
$ git clone https://github.com/redxtech/zshred.git
$ cp zshred/themes/zshred.zsh-theme $ZSH_CUSTOM/themes/
```
## features
* current directory shown in prompt
* full path shown in right prompt
* git branch and status shown
* exit status shown in right prompt
* current time shown in right prompt
* title set to current prompt
* even more!
## screenshot
### screenshot details
* terminal emulator: [`alacritty`][alacritty]
* terminal colour scheme: [one dark][a-one-dark]
* status bar: [tmux one dark theme][tmux-one-dark]
* syntax highlighting: [zsh-syntax-highlighting][syntax]
## author
**zshred** © [redxtech][author], released under the [MIT][mit] license.
[mit]: https://opensource.org/licenses/MIT
[author]: https://github.com/redxtech
[omz-link]: https://github.com/robbyrussell/oh-my-zsh
[repo-link]: https://github.com/redxtech/zshred
[alacritty]: https://github.com/jwilm/alacritty
[a-one-dark]: https://github.com/jwilm/alacritty/wiki/Color-schemes#one-dark
[tmux-one-dark]: https://github.com/odedlaz/tmux-onedark-theme
[syntax]: https://github.com/zsh-users/zsh-syntax-highlighting
[p10k-link]: https://github.com/romkatv/powerlevel10k
[dotfiles-link]: https://github.com/redxtech/dotfiles/blob/master/.config/zsh/p10k.zsh