Skip to content

vercel/zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vercel.zsh-theme

▲Vercel's zsh theme

Install

Using 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'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