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

https://github.com/jigsawye/elegant-zsh-theme

Elegant zsh theme
https://github.com/jigsawye/elegant-zsh-theme

Last synced: 2 months ago
JSON representation

Elegant zsh theme

Awesome Lists containing this project

README

        

# elegant-zsh-theme

![](imgs/01.png)

- Terminal: [iTerm2](https://www.iterm2.com/)
- Color: [Tomorrow Night](https://github.com/chriskempson/tomorrow-theme/tree/master/iTerm2)
- Font: [Hack](http://sourcefoundry.org/hack/)

## Installation

1. You will need to create this directory if it doesn't already exist:

```Shell
mkdir ~/.oh-my-zsh/custom/themes
```
Change to `oh-my-zsh` custom themes directory:

```Shell
cd ~/.oh-my-zsh/custom/themes
```

2. Download the .zsh-theme file to your themes directory, you can use curl:

```Shell
curl -O https://raw.githubusercontent.com/jigsawye/elegant-zsh-theme/master/elegant.zsh-theme
```
or wget:

```Shell
wget https://raw.githubusercontent.com/jigsawye/elegant-zsh-theme/master/elegant.zsh-theme
```

3. Change the `ZSH_THEME` of your .zshrc:

```Shell
...
ZSH_THEME="elegant"
...
```

4. Restart your terminal application.