Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/dor133/velvet-zsh-theme

A basic Oh My ZSH theme
https://github.com/dor133/velvet-zsh-theme

Last synced: about 2 months ago
JSON representation

A basic Oh My ZSH theme

Lists

README

        

# Velvet - A basic OMZ theme

![alt text](img/theme-example.png)

## How to install
If you don't have [oh my zsh](https://github.com/ohmyzsh/ohmyzsh) installed, first install it.

* Clone this repo in the directory of your choice
```
cd
git clone https://github.com/dor133/velvet-zsh-theme
```

* Copy the theme to your theme directory
```
cp velvet.zsh-theme ~/.oh-my-zsh/themes
```

* Change your theme in the zsh config file (you can replace `nano` with your favourite file editor)
```
nano ~/.zshrc
```
Once editing, search for the line `ZSH_THEME="...`, and replace the name of the current theme with `velvet`

* Finally, reload the config
```
source ~/.zshrc
```

Now enjoy !