Ubuntu Terminal Prompt

My personal ubuntu based terminal prompt.

It includes the git branch that you currently working at.

Sample

sample_image

Installation

Clone this repository

git clone https://github.com/erinrugas/ubuntu-terminal-prompt.git

Download and Install FiraCode Nerd Font. Be sure to install it because we will need it for our icons in terminal.

Once it's already installed, You need to update the font face in your terminal properties and select FiraCode Nerd Font

sample_image

Edit .bashrc in your text editor

vim ~/.bashrc

Add the following line at the end of .bashrc

source /path/to/ubuntu-terminal-prompt/terminal.sh

and source your.bashrc

source ~/.bashrc

NOTE: This scripts is my personal use. Fork it if you want to modify or update the shell script once you clone it.

License

MIT