How can I make my Mac terminal look like the screenshot below? The input line is cool and seems useful.

|
|
|
You mean the prompt line? That is done by setting the PS1 environment variable in the .bashrc file (or .bash_profile) in your home directory. |
|||
|
|
It seems that the guy in the picture you sent uses Rails and GIT. If you are using git, you should download GIT Bash Completition to and change your .bash_profile, including this 2 lines:
With this you will have a nice prompt, which tells you what branch you are. |
|||||
|