abhi-g80 / baksho

Minimalistic prompt theme for Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Minimalistic prompt theme for Bash

License:MIT License


Languages

Language:Shell 100.0%