Ecosyste.ms: Awesome

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

https://github.com/vercel/zsh-theme

Yet another zsh theme
https://github.com/vercel/zsh-theme

hyper oh-my-zsh shell vercel zsh

Last synced: about 2 months ago
JSON representation

Yet another zsh theme

Lists

README

        

# vercel.zsh-theme
▲Vercel's `zsh` theme



## Install

### Using [antigen](https://github.com/zsh-users/antigen)

Add following line into your `~/.zshrc`, before `antigen apply`:

```
antigen theme vercel/zsh-theme
```

You can also preview theme without making it default by executing this command in active zsh session.

### Manual installation

First, download the theme into [`Oh My Zsh`](https://github.com/robbyrussell/oh-my-zsh)'s custom theme folder:

```
curl https://raw.githubusercontent.com/vercel/zsh-theme/master/vercel.zsh-theme -Lo ~/.oh-my-zsh/custom/themes/vercel.zsh-theme
```

Edit your `~/.zshrc`:

```
ZSH_THEME="vercel"
```

Then apply the theme:

```
source ~/.zshrc
```