Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
The README was updated with description and preview.
  • Loading branch information
SvS30 authored Nov 20, 2021
1 parent 8b61de6 commit dfe3743
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Oh My ZSH Dark Theme
My Theme for Oh-My-ZSH.
A clean and distraction-free theme for Oh My ZSH on a dark terminal with the following features:
- Show full path when not in git project
- When in a git project it will only show the name of the project or directory
- Show current git sha
- Show current branch
- Show the status of the branch:
- ✱: Dirty: when the project had a change, modification or addition
- ✔: Clean: when the project has no changes, modifications or the commit was made
- Use "vivid" colors for better viewing.

### Preview
![Theme SvS Dark](https://user-images.githubusercontent.com/43234664/142738446-2f11fa63-46b6-4818-8ebc-1fc51f2757ae.jpeg)

### Prerequisites
- [Oh my zsh](https://geekytheory.com/como-instalar-oh-my-zsh-en-ubuntu/)
Expand All @@ -18,4 +29,4 @@ My Theme for Oh-My-ZSH.
3. Reload your terminal or use:
```bash
source ~/.zshrc
```
```

0 comments on commit dfe3743

Please sign in to comment.