mirror of https://gitlab.com/ceda_ei/wish
Update home.
parent
8bd3c1a8e2
commit
01b642a811
22
home.md
22
home.md
|
@ -1 +1,23 @@
|
|||
# Wish
|
||||
|
||||
![Video](/media/wish.mp4)
|
||||
|
||||
A customizable bash prompt.
|
||||
|
||||
# Installation
|
||||
|
||||
## One step Installation
|
||||
|
||||
`curl https://gitlab.com/ceda_ei/wish/raw/master/install.sh | bash`
|
||||
|
||||
## Manual Installation
|
||||
|
||||
+ `cd ~/.config/`
|
||||
+ `git clone https://gitlab.com/ceda_ei/wish.git`
|
||||
+ Add the following lines to ~/.bashrc
|
||||
|
||||
```bash
|
||||
WISH_PLUGINS=(exit_code_smiley bg_jobs date path newline vcs)
|
||||
WISH_THEME=plain
|
||||
source ~/.config/wish/wish.sh
|
||||
```
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue