Skip to content

abhi-g80/baksho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baksho

A minimalistic, clean prompt for Bash.

Installation

  • 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.

Credits

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