/gargula

Gargula add colors to the terminal and displays Git Status, Git Branch when in a Git working directory

Primary LanguageShell

Gargula

Gargula display, Git status, Git branch and more color to the terminal

It works with hyper terminal and the native terminal

Gargula display only the important data

  • Current directory

  • Git Branch (if Git has been intialized)

  • Git Status:
    something to commit = 𝘟
    nothing to commit = ✓

  • Easy to find the next line

A minimalist Terminal interface for mac, to help you organize your work

Contributions:

Any contribuition is more than welcome!
Just contribute on a new branch "Development"

NOTE: This example is using Dracula dark theme.
Gargula has nothing to be with the theme(set of colors).
If you like the theme used just Google Dracula Terminal theme.

Installation:

Clone this repo

Open the ps1 file with your text editor, copy the code(read commentaries to add what you need)

From the terminal open your .bash_profile, example atom ~/.bash_profile and paste the code

The code includes:

  • Git script to display master branch

  • Git script to diplay commit status

  • The Gargula PS1 style

  • Full color config for your terminal

Enjoy it!