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 9 hours ago
JSON representation
Yet another zsh theme
- Host: GitHub
- URL: https://github.com/vercel/zsh-theme
- Owner: vercel
- License: mit
- Created: 2017-03-13T18:02:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T14:48:35.000Z (about 4 years ago)
- Last Synced: 2024-10-29T17:18:16.446Z (about 2 months ago)
- Topics: hyper, oh-my-zsh, shell, vercel, zsh
- Homepage:
- Size: 210 KB
- Stars: 182
- Watchers: 60
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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
```