https://github.com/vitorfg8/vtr
vtr is a theme for Oh My Bash that displays development information in a concise way
https://github.com/vitorfg8/vtr
bash linux terminal unix wsl
Last synced: 2 months ago
JSON representation
vtr is a theme for Oh My Bash that displays development information in a concise way
- Host: GitHub
- URL: https://github.com/vitorfg8/vtr
- Owner: vitorfg8
- License: mit
- Created: 2023-09-14T14:36:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T20:22:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T21:32:34.270Z (over 1 year ago)
- Topics: bash, linux, terminal, unix, wsl
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vtr
vtr is a theme for [Oh My Bash](https://github.com/ohmybash/oh-my-bash) that displays development information in a concise way.
## Screenshots

## Installation
1. Install [Oh My Bash](https://github.com/ohmybash/oh-my-bash)
2. Create the directory to save the custom theme
```
$ mkdir -p "$OSH_CUSTOM/themes/vtr"
```
3. Copy the `vtr.theme.sh` file to the created directory
4. Edit the `~/.bashrc` file and change the value of the `OSH_THEME` variable
```
OSH_THEME="vtr"
```
5. Reopen the terminal or reload your .bashrc
```
source ~/.bashrc
```