https://github.com/felipec/zsh-prompt-felipec
Simple, nice, and useful prompt
https://github.com/felipec/zsh-prompt-felipec
Last synced: 6 months ago
JSON representation
Simple, nice, and useful prompt
- Host: GitHub
- URL: https://github.com/felipec/zsh-prompt-felipec
- Owner: felipec
- License: isc
- Created: 2022-08-04T23:15:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-15T21:28:58.000Z (12 months ago)
- Last Synced: 2024-11-15T22:27:00.547Z (12 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - felipec (⭐0) - Minimalist theme with decorators for current directory, `git` status, exit code of last command, and root status. (Recently Updated / [Nov 18, 2024](/content/2024/11/18/README.md))
README
# felipec zsh prompt
A simple, nice and useful theme.

## Installation
You can simply source the plugin, first clone the repo:
git clone https://github.com/felipec/zsh-prompt-felipec ~/.zsh/felipec
And then add the following to your `.zshrc`:
source ~/.zsh/felipec/felipec.plugin.zsh
Alternatively you can use promptinit:
fpath+=(~/.zsh/felipec)
autoload -U promptinit && promptinit
prompt felipec