Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybardev/zen.zsh
Simple and Peaceful Zsh Prompt
https://github.com/cybardev/zen.zsh
zsh zsh-configuration zsh-plugin zsh-prompt zshrc
Last synced: 6 days ago
JSON representation
Simple and Peaceful Zsh Prompt
- Host: GitHub
- URL: https://github.com/cybardev/zen.zsh
- Owner: cybardev
- License: gpl-3.0
- Created: 2022-04-03T19:03:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-08T14:33:43.000Z (over 1 year ago)
- Last Synced: 2024-04-20T19:39:57.681Z (9 months ago)
- Topics: zsh, zsh-configuration, zsh-plugin, zsh-prompt, zshrc
- Language: Shell
- Homepage: http://www.cybar.dev/zen.zsh
- Size: 33.2 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zen.zsh
## Zen Zsh Prompt
A minimalistic Zsh prompt configuration for `*nix` systems.
![logo][zen_logo]
---
### Install
1. Run `git clone https://github.com/cybardev/zen.zsh.git ~/.zsh/zen`
1. Paste the following into `.zshrc`:
```zsh
fpath+="$HOME/.zsh/zen"
autoload -Uz promptinit
promptinit
prompt zen
```---
### Usage
After installing as above, `source ~/.zshrc` or relaunch the terminal to experience `Zen`.
---
### Credits
Inspired by [this post](https://reddit.com/r/unixporn/comments/tvbh64/bspwm_dollar_store_qpwm_s/) on [r/unixporn](https://reddit.com/r/unixporn/).
---
### Screenshots
![screenshot][zen_img_01]
[zen_zsh]: https://github.com/cybardev/zen.zsh/releases/download/v1.0/zen.zsh
[zen_logo]: https://user-images.githubusercontent.com/50134239/161451438-d0e8a48d-5440-4a82-a6c7-8e47fdce71b2.png
[zen_img_01]: https://user-images.githubusercontent.com/50134239/161451586-5a9d8078-7969-45b8-a59a-17665b6e1ab1.png