Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thornjad committed Oct 5, 2017
2 parents 465e9be + fed6d85 commit fe9a4af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align=center>![Vero for zsh](img/title.png)</p>
<p align=center><img src="img/title.png" alt="Vero for zsh" /></p>

A theme for [Oh My ZSH shell](https://github.com/robbyrussell/oh-my-zsh), created for simplicity, neatness and availability of information.

Expand All @@ -14,7 +14,7 @@ Features:

## Preview

<p align=center>![Preview of Vero](img/preview.png)</p>
<p align=center><img src="img/preview.png" alt="Preview of Vero" /></p>

A preview of Vero using Oh My ZSH and [Alacritty](https://github.com/jwilm/alacritty)

Expand All @@ -30,9 +30,9 @@ A preview of Vero using Oh My ZSH and [Alacritty](https://github.com/jwilm/alacr
1. Download and install the theme:

```bash
wget https://github.com/Raindeer44/vero/archive/v1.1.0.tar.gz
tar -xzvf v1.1.0.tar.gz
cp vero-1.1.0/vero.zsh-theme ~/.oh-my-zsh/themes/custom/vero.zsh-theme
wget https://github.com/Raindeer44/vero/archive/v1.1.1.tar.gz
tar -xzvf v1.1.1.tar.gz
cp vero-1.1.1/vero.zsh-theme ~/.oh-my-zsh/themes/custom/vero.zsh-theme
```

If there are problems with missing directories in the `cp` command, make sure you have Oh My Zsh installed, then try `mkdir ~/.oh-my-zsh/themes/custom`.
Expand Down

0 comments on commit fe9a4af

Please sign in to comment.