vtr is a theme for Oh My Bash that displays development information in a concise way.
- Install Oh My Bash
- Create the directory to save the custom theme
$ mkdir -p "$OSH_CUSTOM/themes/vtr"
- Copy the
vtr.theme.sh
file to the created directory - Edit the
~/.bashrc
file and change the value of theOSH_THEME
variable
OSH_THEME="vtr"
- Reopen the terminal or reload your .bashrc
source ~/.bashrc