I recently got my office machine whith Ubuntu 16.04 and created a new account on it since my machine belonged to a previous employee. My machine has Terminator as default terminal emulator. However, in the account of the previous employee, his terminator and terminal both have a fancy identifier of sorts which can tell you the branch you're on git.
What is this? How can i install it on my Terminator? (the blue and yellow arrow)
Here's how it looks on Terminator
Here's how it look on Terminal
That's the agnoster zsh theme, probably with Solarized Dark color scheme.
More themes can be found here.
If you'd like to know exactly what kind of theme it is and what plugins are used, take a look at the ~/.zshrc
file. There you should find a line that looks something like ZSH_THEME="agnoster"
. More info can be found on Oh My ZSH Github.