mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-04-03 00:46:55 +02:00
Update README
This commit is contained in:
parent
de9e43365f
commit
cc5eefb197
15
README.md
15
README.md
@ -4,11 +4,22 @@ A customizable, extensible, themable bash prompt.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
+ **Extensible**: Parts can be added using simple plugins.
|
||||||
|
+ **Themable**: Choose from an existing theme or create your own.
|
||||||
|
+ **Customizable**: The prompt can be customized via a simple config file.
|
||||||
|
+ **Right Prompt**: Allows for two prompts — one on left, one on right.
|
||||||
|
+ **Auto newline**: Automatically adds a newline if the last output doesn't end with one.
|
||||||
|
+ **Powerline support**: Supports powerline symbols in both prompts.
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
## One step Installation
|
## One step Installation
|
||||||
|
|
||||||
```curl https://gitlab.com/ceda_ei/wish/raw/master/install.sh | bash```
|
```sh
|
||||||
|
curl https://gitlab.com/ceda_ei/wish/raw/master/install.sh | bash
|
||||||
|
```
|
||||||
|
|
||||||
## Manual Installation
|
## Manual Installation
|
||||||
|
|
||||||
@ -91,7 +102,7 @@ format = %a %b %H:%M
|
|||||||
name = hostname
|
name = hostname
|
||||||
```
|
```
|
||||||
|
|
||||||
which results in the following prompt
|
Which results in the following prompt
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user