A minimalistic, clean prompt for Bash.
-
Run the following command
curl -fsSL https://raw.githubusercontent.com/abhi-g80/baksho/main/install.sh | sh
-
Or you may clone the repo and add the following lines to your
bashrc
if [ -f ~/.baksho-theme.sh ]; then source ~/.baksho-theme.sh fi
Make sure to copy or move the
baksho
script to your$HOME
. -
To update, you can curl the theme file or run the install script with
-u
flag.
This theme is heavily inspired by the Common theme for ZSH shell.