- Clone this repository.
- Create a link to the
.bash-prompt
file in your home directory:
ln -s <repository_path>/.bash-prompt ~
- Add at the end of your
.bashrc
(located also in your home dir) the following:
source /home/$(whoami)/.bash-prompt
PROMPT_COMMAND="set-prompt ; $PROMPT_COMMAND"
DONE!
- Background color: #E4E4E4
- Text color: #555753