diff --git a/home.md b/home.md index 1b2835e..16df996 100644 --- a/home.md +++ b/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 +``` diff --git a/media/wish.mp4 b/media/wish.mp4 new file mode 100644 index 0000000..e14db1f Binary files /dev/null and b/media/wish.mp4 differ