An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# felipec zsh prompt

A simple, nice and useful theme.

![Screenshot](https://i.imgur.com/LJCCnHQ.png)

## 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