Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 734 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 734 Bytes

Baksho

A minimalistic, clean prompt for Bash.

Installation

  • Run the following command

    curl -fsSL https://github.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.

Credits

This theme is heavily inspired by the Common theme for ZSH shell.