Skip to content

Commit

Permalink
[master] Fixing installation path to oh-my-zsh/custom/themes
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfsf committed Nov 16, 2017
1 parent f21afd8 commit 93baa98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A Simple and fast Oh-My-Zsh theme, based on [Pure](https://github.com/sindresorh

Download the file and save it to `~/.oh-my-zsh`:
```
curl -o $HOME/.oh-my-zsh/themes/guri.zsh-theme https://raw.githubusercontent.com/victorfsf/guri/master/guri.zsh-theme
curl -o $HOME/.oh-my-zsh/custom/themes/guri.zsh-theme https://raw.githubusercontent.com/victorfsf/guri/master/guri.zsh-theme
```

Then, update the `ZSH_THEME` variable in your `~/.zshrc`:
Expand All @@ -27,7 +27,7 @@ And reload your shell:

To get the same font and colors used on the screenshot, use the following configurations:

#### Font:
#### Font:

Install the [Fira Mono for Powerline](https://github.com/powerline/fonts/) and set it with `style: Medium`.

Expand Down
2 changes: 1 addition & 1 deletion guri.zsh-theme
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ exec_time_stop() {
}

get_ret_status() {
echo "%(?:%{$fg_bold[green]%}$GURI_PROMPT_SYMBOL :%{$fg_bold[red]%}$GURI_PROMPT_SYMBOL )"
echo "%(?:%{$fg_bold[green]%}$GURI_PROMPT_SYMBOL:%{$fg_bold[red]%}$GURI_PROMPT_SYMBOL) "
}

add-zsh-hook precmd run_dot_file
Expand Down
4 changes: 2 additions & 2 deletions ln.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rm -rf ~/.oh-my-zsh/themes/guri.zsh-theme
ln guri.zsh-theme ~/.oh-my-zsh/themes/guri.zsh-theme
rm -rf ~/.oh-my-zsh/custom/themes/guri.zsh-theme
ln guri.zsh-theme ~/.oh-my-zsh/custom/themes/guri.zsh-theme

0 comments on commit 93baa98

Please sign in to comment.