# zsh-theme **Repository Path**: mirrors_vercel/zsh-theme ## Basic Information - **Project Name**: zsh-theme - **Description**: Yet another zsh theme - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-24 - **Last Updated**: 2025-09-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```